FreeBSD kernel kern code
|
Data Fields | |
struct thread * | pi_owner |
int | pi_refcount |
Definition at line 68 of file kern_umtx.c.
struct thread* umtx_pi::pi_owner |
Definition at line 70 of file kern_umtx.c.
Referenced by do_unlock_pi(), umtx_pi_claim(), umtx_pi_setowner(), umtx_pi_unref(), umtx_propagate_priority(), umtx_repropagate_priority(), umtx_thread_cleanup(), and umtxq_sleep_pi().
int umtx_pi::pi_refcount |
Definition at line 73 of file kern_umtx.c.
Referenced by umtx_pi_ref(), and umtx_pi_unref().