Searched refs:B_EVENT_INVALID (Results 1 - 11 of 11) sorted by path

/haiku/src/tests/system/kernel/
H A Dwait_for_objects_test.cpp92 B_EVENT_INVALID
141 if (events & B_EVENT_INVALID) {
/haiku/headers/os/kernel/
H A DOS.h639 B_EVENT_INVALID = 0x1000, /* FD/port/sem/thread ID not or enumerator in enum:__anon23
654 events that actually occurred. The events B_EVENT_INVALID, B_EVENT_ERROR,
/haiku/headers/private/kernel/
H A Dwait_for_objects.h28 (B_EVENT_ERROR | B_EVENT_DISCONNECTED | B_EVENT_INVALID)
/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp410 } else if ((data->objectList[0].events & B_EVENT_INVALID) == B_EVENT_INVALID) {
493 // Likely to be B_EVENT_INVALID. This should not happen
/haiku/src/libs/bsd/
H A Dkqueue.cpp74 events |= B_EVENT_INVALID;
205 } else if ((waitInfos[i].events & B_EVENT_INVALID) != 0) {
/haiku/src/system/kernel/events/
H A Devent_queue.cpp42 #define B_EVENT_NON_MASKABLE (B_EVENT_INVALID | B_EVENT_ERROR | B_EVENT_DISCONNECTED)
309 if ((event->events & B_EVENT_INVALID) == 0)
344 const int32 previousEvents = atomic_or(&event->events, (events & ~B_EVENT_INVALID));
352 if ((previousEvents & B_EVENT_QUEUED) != 0 && (events & B_EVENT_INVALID) == 0)
362 // If we get B_EVENT_INVALID it means the object we were monitoring was
365 if ((events & B_EVENT_INVALID) != 0) {
366 atomic_or(&event->events, B_EVENT_INVALID);
443 if ((events & B_EVENT_INVALID) == 0
478 if ((events & B_EVENT_INVALID) == 0 && (event->behavior & B_EVENT_ONE_SHOT) == 0)
485 if ((events & B_EVENT_INVALID) !
[all...]
H A Dwait_for_objects.cpp680 | B_EVENT_INVALID | B_EVENT_ERROR | B_EVENT_DISCONNECTED;
685 sync->set[i].events = B_EVENT_INVALID;
686 infos[i].events = B_EVENT_INVALID;
702 if ((infos[i].events & B_EVENT_INVALID) == 0)
/haiku/src/system/kernel/fs/
H A Dfd.cpp499 uint16 eventsToDeselect = info->selected_events & ~B_EVENT_INVALID;
510 notify_select_events(info, B_EVENT_INVALID);
535 uint16 eventsToSelect = info->selected_events & ~B_EVENT_INVALID;
564 | (info->selected_events & B_EVENT_INVALID);
567 // always support B_EVENT_INVALID.
629 uint16 eventsToDeselect = info->selected_events & ~B_EVENT_INVALID;
/haiku/src/system/kernel/
H A Dport.cpp799 notify_port_select_events(port, B_EVENT_INVALID);
1080 notify_port_select_events(portRef, B_EVENT_INVALID);
1162 info->selected_events &= B_EVENT_READ | B_EVENT_WRITE | B_EVENT_INVALID;
H A Dsem.cpp328 notify_sem_select_events(&sem, B_EVENT_INVALID);
557 info->selected_events &= B_EVENT_ACQUIRE_SEMAPHORE | B_EVENT_INVALID;
H A Dthread.cpp2246 notify_select_events(info, B_EVENT_INVALID);
2614 // We support only B_EVENT_INVALID at the moment.
2615 info->selected_events &= B_EVENT_INVALID;

Completed in 110 milliseconds