Searched refs:NotifyWaitObjectListeners (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/system/kernel/
H A Dcondition_variable.cpp238 NotifyWaitObjectListeners(&WaitObjectListener::ConditionVariableInitialized,
H A Dsem.cpp528 NotifyWaitObjectListeners(&WaitObjectListener::SemaphoreCreated, id,
/haiku/src/system/kernel/locks/
H A Dlock.cpp384 NotifyWaitObjectListeners(&WaitObjectListener::RWLockInitialized, lock);
402 NotifyWaitObjectListeners(&WaitObjectListener::RWLockInitialized, lock);
850 NotifyWaitObjectListeners(&WaitObjectListener::MutexInitialized, lock);
/haiku/headers/private/kernel/
H A Dlisteners.h88 NotifyWaitObjectListeners(void (WaitObjectListener::*hook)(Parameter1), function
103 NotifyWaitObjectListeners( function

Completed in 54 milliseconds