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

/haiku/headers/private/kernel/
H A Dthread.h244 occurred, it calls thread_unblock_locked() to unblock the thread. At that
340 If the thread is no longer waiting (e.g. because thread_unblock_locked() has
352 thread_unblock_locked(Thread* thread, status_t status) function
366 \code thread_unblock_locked(thread, B_INTERRUPTED) \endcode. Otherwise the
369 The caller must hold the scheduler lock. Normally thread_unblock_locked()
381 \return \c B_OK, if the thread is interruptible and thread_unblock_locked()
392 thread_unblock_locked(thread, B_INTERRUPTED);
/haiku/src/system/kernel/
H A Dcondition_variable.cpp413 thread_unblock_locked(thread, result);
427 thread_unblock_locked(thread, result);
H A Dsem.cpp627 thread_unblock_locked(entry->thread, B_OK);
955 thread_unblock_locked(entry->thread, unblockStatus);
H A Dthread.cpp2996 Acquires the scheduler lock and calls thread_unblock_locked().
3003 thread_unblock_locked(thread, status);
3040 thread_unblock_locked(thread, status);
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp228 thread_unblock_locked(profilerThread, B_OK);

Completed in 72 milliseconds