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

/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c49 mutex_t stall_mutex = DEFAULTMUTEX; variable
82 if (set_lock_byte(&stall_mutex.mutex_lockw))
83 thr_panic("mutex_setup() cannot acquire stall_mutex");
84 stall_mutex.mutex_owner = (uintptr_t)curthread;
1802 (void) mutex_lock_kernel(&stall_mutex, NULL, NULL);

Completed in 68 milliseconds