Searched defs:events (Results 1 - 25 of 25) sorted by relevance

/haiku/src/libs/glut/
H A DglutBlocker.h40 bool events; // are there any new events? member in class:GlutBlocker
/haiku/headers/private/kernel/
H A Dwait_for_objects.h20 int32 events; member in struct:select_info
/haiku/headers/private/system/
H A Devent_queue_defs.h21 int32 events; /* select(): > 0 to select, -1 to get selection, 0 to deselect */ member in struct:event_wait_info
/haiku/headers/posix/
H A Dpoll.h17 short events; /* events to look for */ member in struct:pollfd
/haiku/src/tests/system/kernel/
H A Dwait_for_objects_test.cpp114 uint16 events = infos[i].events; local
/haiku/src/libs/bsd/
H A Dkqueue.cpp59 int32 events = 0, behavior = 0; local
191 ssize_t events = _kern_event_queue_wait(kq, waitInfos, local
[all...]
/haiku/src/apps/debuganalyzer/model_loader/
H A DThreadModelLoader.cpp141 system_profiler_event_header** events = fModel->Events(); local
H A DModelLoader.cpp203 system_profiler_event_header** events = fEvents; local
432 system_profiler_event_header** events; local
625 system_profiler_event_header** events local
746 system_profiler_event_header** events = fModel->Events(); local
[all...]
/haiku/src/system/kernel/
H A Dtimer.cpp30 timer* volatile events; member in struct:per_cpu_timer_data
[all...]
H A Dsem.cpp297 notify_sem_select_events(struct sem_entry* sem, uint16 events) argument
H A Dport.cpp619 notify_port_select_events(Port* port, uint16 events) argument
1165 uint16 events = 0; local
/haiku/headers/private/kernel/vm/
H A DVMCache.h105 void NotifyPageEvents(vm_page* page, uint32 events) argument
/haiku/src/system/kernel/events/
H A Devent_queue.cpp212 Select(int32 object, uint16 type, uint32 events, void* userData) argument
330 Notify(select_info* info, uint16 events) argument
339 _Notify(select_event* event, uint16 events) argument
437 int32 events = atomic_and(&event->events, local
[all...]
H A Dwait_for_objects.cpp56 uint16 events; member in struct:select_sync_pool_entry
228 uint16 events = resultEvents ? fds->revents : fds->events; local
284 uint16 events; member in struct:WaitForObjectsTracing::PollTraceEntry::FDEntry
422 Notify(select_info* info, uint16 events) argument
731 notify_select_events(select_info* info, uint16 events) argument
744 notify_select_events_list(select_info* list, uint16 events) argument
[all...]
/haiku/src/servers/registrar/
H A DTRoster.cpp879 uint32 events; local
/haiku/src/servers/input/
H A DInputServer.cpp1520 EventList events; local
1556 InputServer::_UpdateMouseAndKeys(EventList& events) argument
1620 _SanitizeEvents(EventList& events) argument
1708 _MethodizeEvents(EventList& events) argument
1802 _FilterEvents(EventList& events) argument
1825 _DispatchEvents(EventList& events) argument
1848 _FilterEvent(BInputServerFilter* filter, EventList& events, int32& index, int32& count) argument
[all...]
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp342 Model::Thread::SetEvents(system_profiler_event_header** events, argument
622 Model(const char* dataSourceName, void* eventData, size_t eventDataSize, system_profiler_event_header** events, size_t eventCount) argument
/haiku/src/system/kernel/vm/
H A DVMCache.cpp72 uint32 events; member in struct:VMCache::PageEventWaiter
945 VMCache::WaitForPageEvents(vm_page* page, uint32 events, bool relock) argument
1503 _NotifyPageEvents(vm_page* page, uint32 events) argument
[all...]
/haiku/src/servers/package/
H A DVolume.cpp731 NodeMonitorEventList events; local
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp785 const Array<SchedulingEvent>& events local
816 system_profiler_event_header** events = fModel->Events(); local
951 const Array<SchedulingEvent>& events local
1259 const Array<IOSchedulingEvent>& events local
[all...]
/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp94 int32_t events; member in struct:FSShell::cache_notification
251 set_notification(cache_transaction* transaction, cache_notification &notification, int32_t events, fssh_transaction_notification_hook hook, void* data) argument
356 add_transaction_listener(block_cache* cache, cache_transaction* transaction, int32_t events, fssh_transaction_notification_hook hookFunction, void* data) argument
1365 fssh_cache_add_transaction_listener(void* _cache, int32_t id, int32_t events, fssh_transaction_notification_hook hookFunction, void* data) argument
[all...]
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp1895 BMessage events; local
[all...]
/haiku/headers/os/kernel/
H A DOS.h647 uint16 events; /* events mask */ member in struct:object_wait_info
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp127 int32 events; member in struct:__anon39::cache_notification
876 set_notification(cache_transaction* transaction, cache_notification &notification, int32 events, transaction_notification_hook hook, void* data) argument
983 add_transaction_listener(block_cache* cache, cache_transaction* transaction, int32 events, transaction_notification_hook hookFunction, void* data) argument
3251 cache_add_transaction_listener(void* _cache, int32 id, int32 events, transaction_notification_hook hook, void* data) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnreg.h870 } __packed events[16]; member in struct:iwn5000_wimax_coex

Completed in 292 milliseconds