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

/darwin-on-arm/xnu/osfmk/kern/
H A Dsync_lock.c65 enqueue (&th->held_ulocks, (queue_entry_t) (ul)); \
433 * Add the ulock to the lock set's held_ulocks list.
870 while (!queue_empty(&thread->held_ulocks)) {
871 ulock = (ulock_t)queue_first(&thread->held_ulocks);
H A Dthread.h384 queue_head_t held_ulocks; member in struct:thread
H A Dthread.c696 queue_init(&new_thread->held_ulocks);

Completed in 25 milliseconds