Searched refs:B_USER_CLEANUP (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/os/media/
H A DTimedEventQueue.h81 B_USER_CLEANUP = 0x4000 enumerator in enum:BTimedEventQueue::cleanup_flag
/haiku/src/kits/media/
H A DMediaEventLooper.cpp533 if (event->cleanup >= BTimedEventQueue::B_USER_CLEANUP)
H A DTimedEventQueuePrivate.cpp544 // If the cleanup flag is B_DELETE or is B_USER_CLEANUP or greater,
549 // for events with cleanup_flag values of B_DELETE or B_USER_CLEANUP or greater.
552 // events from the queue. If the flag is B_USER_CLEANUP or greater,
562 // B_USER_CLEANUP = 0x4000 // others go to the cleanup func
574 || event->cleanup >= BTimedEventQueue::B_USER_CLEANUP) {

Completed in 101 milliseconds