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

Function __umtx_op_wake

freebsd/kern/kern_umtx.c:3524–3530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3522}
3523
3524static int
3525__umtx_op_wake(struct thread *td, struct _umtx_op_args *uap,
3526 const struct umtx_copyops *ops __unused)
3527{
3528
3529 return (kern_umtx_wake(td, uap->obj, uap->val, 0));
3530}
3531
3532#define BATCH_SIZE 128
3533static int

Callers

nothing calls this directly

Calls 1

kern_umtx_wakeFunction · 0.85

Tested by

no test coverage detected