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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOConditionLock.cpp146 int thread_res = THREAD_AWAKENED; local
151 while (want_lock && thread_res == THREAD_AWAKENED)
154 thread_res = IOLockSleep(sleep_interlock, (void *) this, interruptible);
156 if (thread_res == THREAD_AWAKENED)
161 return thread_res;
166 int thread_res; local
171 thread_res = lock();
172 if (thread_res != THREAD_AWAKENED)
196 thread_res = thread_block(THREAD_CONTINUE_NULL); /* block ourselves */
197 } while (thread_res
[all...]

Completed in 20 milliseconds