Home
last modified time | relevance | path

Searched refs:dl_thread (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/bsd/kern/
H A Dbsd_stubs.c54 thread_t dl_thread; member
358 newlock->dl_thread = current_thread(); in devsw_lock()
369 LCK_SLEEP_SPIN, curlock, curlock->dl_thread, in devsw_lock()
372 assert(curlock->dl_thread == current_thread()); in devsw_lock()
395 if (lock == NULL || lock->dl_thread != current_thread()) { in devsw_unlock()
401 LCK_WAKE_DEFAULT, &lock->dl_thread); in devsw_unlock()
402 inheritor_thread = lock->dl_thread; in devsw_unlock()