Searched refs:_NotifyLocked (Results 1 - 3 of 3) sorted by path

/haiku/headers/private/kernel/
H A Dcondition_variable.h84 int32 _NotifyLocked(bool all, status_t result);
/haiku/src/system/kernel/
H A Dcondition_variable.cpp115 // This section is critical because it can race with _NotifyLocked on the
283 _NotifyLocked(true, B_ENTRY_NOT_FOUND);
360 return variable->_NotifyLocked(all, result);
374 return _NotifyLocked(all, result);
383 ConditionVariable::_NotifyLocked(bool all, status_t result) function in class:ConditionVariable
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp190 _NotifyLocked(true, B_ENTRY_NOT_FOUND);
223 return _NotifyLocked(all, result);
233 ConditionVariable::_NotifyLocked(bool all, status_t result) function in class:ConditionVariable

Completed in 39 milliseconds