The processor architecture-independent portion of a condition variable object consists of:
integer_t hash; /* object hash value */ integer_t flags; /* attributes of the condition variable */}
fluke_ref_t | *inheritor_ref; |
hash is the immutable hash value for the object.
flags describes the attributes of the condition variable object:
inheritor_ref is a reference to the thread object which is targeted for priority inheritance. Null if no thread is targeted.