Skip to main content

pi_drop_wait_handle

Function pi_drop_wait_handle 

Source
pub unsafe fn pi_drop_wait_handle(wait_handle: *mut ())
Expand description

Drops the scheduler-owned waiter handle transferred by a physical PI mutex.

ยงSafety

wait_handle must be the unique initialized inline handle transferred by PiMutexCore after every safe lock reference and waiter became unreachable.