Searched refs:events_pending (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp93 int32_t events_pending; member in struct:FSShell::cache_notification
199 int32_t pending = fssh_atomic_and(&notification->events_pending,
256 notification.events_pending = 0;
272 if (notification->events_pending != 0)
280 already part of it, updates its events_pending field.
292 int32_t pending = fssh_atomic_or(&notification->events_pending, event);
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp126 int32 events_pending; member in struct:__anon39::cache_notification
804 int32 pending = atomic_and(&notification->events_pending,
881 notification.events_pending = 0;
897 if (notification->events_pending != 0)
905 already part of it, updates its events_pending field.
917 int32 pending = atomic_or(&notification->events_pending, event);
2275 notification->events_pending, notification->hook,
2376 kprintf(" %p %5" B_PRIx32 " %p - %p\n", listener, listener->events_pending,
3282 if (listener->events_pending != 0) {
3284 if (listener->events_pending !
[all...]

Completed in 81 milliseconds