Searched refs:held_ulocks (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsync_lock.c64 enqueue (&th->held_ulocks, (queue_entry_t) (ul)); \
75 remqueue(&th->held_ulocks, \
79 remqueue(&th->held_ulocks, \
430 * Add the ulock to the lock set's held_ulocks list.
871 while (!queue_empty(&thread->held_ulocks)) {
872 ulock = (ulock_t)queue_first(&thread->held_ulocks);
H A Dthread.h349 queue_head_t held_ulocks; member in struct:thread
H A Dthread.c620 queue_init(&new_thread->held_ulocks);

Completed in 38 milliseconds