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

/haiku-fatelf/headers/private/kernel/
H A Dwait_for_objects.h40 extern status_t notify_select_events(select_info* info, uint16 events);
/haiku-fatelf/src/system/kernel/
H A Dwait_for_objects.cpp694 notify_select_events(select_info* info, uint16 events) function
696 FUNCTION(("notify_select_events(%p (%p), 0x%x)\n", info, info->sync,
720 notify_select_events(info, events);
732 return notify_select_events((select_info*)sync, SELECT_FLAG(event));
H A Dport.cpp979 notify_select_events(info, events);
H A Dsem.cpp584 notify_select_events(info, B_EVENT_ACQUIRE_SEMAPHORE);
H A Dthread.cpp2158 notify_select_events(info, B_EVENT_INVALID);
/haiku-fatelf/src/system/kernel/fs/
H A Dfd.cpp546 notify_select_events(info, B_EVENT_INVALID);
574 return notify_select_events(info, eventsToSelect);

Completed in 169 milliseconds