P99

◆ p99_notifier_block()

void p99_notifier_block ( p99_notifier volatile *  p00_n,
unsigned  p00_v 
)
related

Block until the notification flag has been set to the indicated value.

Non blocking if the flag is already set to p00_v.

Remarks
p00_v defaults to 1.
p99_notifier_block is actually implemented as a macro that helps to provide default arguments to the real function.
See also
P99_CALL_DEFARG
P99_DECLARE_DEFARG

Definition at line 117 of file p99_notifier.h.

References p99_futex::P99_FUTEX_COMPARE_EXCHANGE.