_NotifyLocked
int32 _NotifyLocked(bool all, status_t result);
_NotifyLocked(true, B_ENTRY_NOT_FOUND);
return variable->_NotifyLocked(all, result);
return _NotifyLocked(all, result);
_NotifyLocked(true, B_ENTRY_NOT_FOUND);
return _NotifyLocked(all, result);