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

12

/haiku-fatelf/src/libs/glut/
H A DglutBlocker.h40 bool events; // are there any new events? member in class:GlutBlocker
/haiku-fatelf/headers/posix/
H A Dpoll.h13 short events; /* events to look for */ member in struct:pollfd
/haiku-fatelf/headers/private/kernel/
H A Dwait_for_objects.h20 vint32 events; member in struct:select_info
/haiku-fatelf/src/tests/system/kernel/
H A Dwait_for_objects_test.cpp114 uint16 events = infos[i].events; local
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dthread-db.c177 td_thr_events_t events; local
/haiku-fatelf/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
431 system_profiler_event_header** events; local
624 system_profiler_event_header** events local
745 system_profiler_event_header** events = fModel->Events(); local
[all...]
/haiku-fatelf/src/system/kernel/
H A Dtimer.cpp30 timer* volatile events; member in struct:per_cpu_timer_data
[all...]
H A Dwait_for_objects.cpp51 uint16 events; member in struct:select_sync_pool_entry
244 uint16 events = resultEvents ? fds->revents : fds->events; local
300 uint16 events; member in struct:WaitForObjectsTracing::PollTraceEntry::FDEntry
694 notify_select_events(select_info* info, uint16 events) argument
716 notify_select_events_list(select_info* list, uint16 events) argument
[all...]
H A Dsem.cpp298 notify_sem_select_events(struct sem_entry* sem, uint16 events) argument
H A Dport.cpp496 notify_port_select_events(Port* port, uint16 events) argument
964 uint16 events = 0; local
/haiku-fatelf/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp324 uint32 events = _WaitForEvents(); local
338 uint32 events = fEventsOccurred; local
526 uint32 events = fEventsOccurred; local
533 _SignalInputLoop(uint32 events) argument
[all...]
/haiku-fatelf/headers/private/kernel/vm/
H A DVMCache.h105 void NotifyPageEvents(vm_page* page, uint32 events) argument
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/
H A Dif_em.c795 int32 events; local
/haiku-fatelf/src/apps/debuganalyzer/model/
H A DModel.cpp339 Model::Thread::SetEvents(system_profiler_event_header** events, argument
619 Model(const char* dataSourceName, void* eventData, size_t eventDataSize, system_profiler_event_header** events, size_t eventCount) argument
/haiku-fatelf/src/bin/gdb/gdb/
H A Dhaiku-nat.c101 debug_event_list events; member in struct:team_debug_info
[all...]
H A Dthread-db.c526 td_thr_events_t events; local
589 td_thr_events_t events; local
[all...]
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_mouse.c182 static MEVENT events[EV_MAX]; /* hold the last mouse event seen */ variable
[all...]
/haiku-fatelf/src/servers/input/
H A DInputServer.cpp1430 EventList events; local
1464 InputServer::_UpdateMouseAndKeys(EventList& events) argument
1528 _SanitizeEvents(EventList& events) argument
1616 _MethodizeEvents(EventList& events) argument
1710 _FilterEvents(EventList& events) argument
1733 _DispatchEvents(EventList& events) argument
1756 _FilterEvent(BInputServerFilter* filter, EventList& events, int32& index, int32& count) argument
[all...]
/haiku-fatelf/src/servers/registrar/
H A DTRoster.cpp879 uint32 events; local
/haiku-fatelf/src/system/kernel/vm/
H A DVMCache.cpp70 uint32 events; member in struct:VMCache::PageEventWaiter
902 VMCache::WaitForPageEvents(vm_page* page, uint32 events, bool relock) argument
1379 _NotifyPageEvents(vm_page* page, uint32 events) argument
[all...]
/haiku-fatelf/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-fatelf/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
1359 fssh_cache_add_transaction_listener(void* _cache, int32_t id, int32_t events, fssh_transaction_notification_hook hookFunction, void* data) argument
[all...]
/haiku-fatelf/src/system/kernel/cache/
H A Dblock_cache.cpp119 int32 events; member in struct:cache_notification
799 set_notification(cache_transaction* transaction, cache_notification &notification, int32 events, transaction_notification_hook hook, void* data) argument
906 add_transaction_listener(block_cache* cache, cache_transaction* transaction, int32 events, transaction_notification_hook hookFunction, void* data) argument
3168 cache_add_transaction_listener(void* _cache, int32 id, int32 events, transaction_notification_hook hook, void* data) argument
[all...]
/haiku-fatelf/headers/os/kernel/
H A DOS.h808 uint16 events; /* events mask */ member in struct:object_wait_info

Completed in 332 milliseconds

12