MCPcopy Create free account
hub / github.com/F-Stack/f-stack / __umtx_op_sem2_wake

Function __umtx_op_sem2_wake

freebsd/kern/kern_umtx.c:3824–3830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3822}
3823
3824static int
3825__umtx_op_sem2_wake(struct thread *td, struct _umtx_op_args *uap,
3826 const struct umtx_copyops *ops __unused)
3827{
3828
3829 return (do_sem2_wake(td, uap->obj));
3830}
3831
3832#define USHM_OBJ_UMTX(o) \
3833 ((struct umtx_shm_obj_list *)(&(o)->umtx_data))

Callers

nothing calls this directly

Calls 1

do_sem2_wakeFunction · 0.85

Tested by

no test coverage detected