/haiku/src/kits/midi/ |
H A D | SoftSynth.cpp | 371 snooze_until(MAKE_BIGTIME(time), B_SYSTEM_TIMEBASE); in NoteOff() 382 snooze_until(MAKE_BIGTIME(time), B_SYSTEM_TIMEBASE); in NoteOn() 393 snooze_until(MAKE_BIGTIME(time), B_SYSTEM_TIMEBASE); in KeyPressure() 404 snooze_until(MAKE_BIGTIME(time), B_SYSTEM_TIMEBASE); in ControlChange() 415 snooze_until(MAKE_BIGTIME(time), B_SYSTEM_TIMEBASE); in ProgramChange() 425 snooze_until(MAKE_BIGTIME(time), B_SYSTEM_TIMEBASE); in ChannelPressure() 435 snooze_until(MAKE_BIGTIME(time), B_SYSTEM_TIMEBASE); in PitchBend() 447 snooze_until(MAKE_BIGTIME(time), B_SYSTEM_TIMEBASE); in SystemExclusive() 458 snooze_until(MAKE_BIGTIME(time), B_SYSTEM_TIMEBASE); in SystemCommon() 468 snooze_until(MAKE_BIGTIME(time), B_SYSTEM_TIMEBASE); in SystemRealTime() [all …]
|
H A D | Midi.cpp | 239 snooze_until(MAKE_BIGTIME(time), B_SYSTEM_TIMEBASE); in SnoozeUntil()
|
/haiku/src/system/libroot/posix/unistd/ |
H A D | usleep.c | 17 err = snooze_until(system_time() + (bigtime_t)(useconds), B_SYSTEM_TIMEBASE); in usleep()
|
H A D | sleep.c | 25 err = snooze_until(start + usecs, B_SYSTEM_TIMEBASE); in sleep()
|
/haiku/src/tools/fs_shell/ |
H A D | thread.cpp | 53 return snooze_until(time, timeBase); in fssh_snooze_until()
|
/haiku/src/build/libroot/ |
H A D | misc.cpp | 70 snooze_until(bigtime_t time, int timeBase) in snooze_until() function
|
H A D | sem.cpp | 122 status_t error = snooze_until(timeout, B_SYSTEM_TIMEBASE); in acquire_sem_etc()
|
/haiku/src/tests/kits/app/bmessenger/ |
H A D | SMLooper.cpp | 37 snooze_until(fUnblockTime, B_SYSTEM_TIMEBASE); in MessageReceived()
|
H A D | SendMessageTester.cpp | 94 snooze_until(startTime, B_SYSTEM_TIMEBASE); in Run() 100 snooze_until(startTime + targetUnblock + targetReply in Run()
|
/haiku/src/servers/app/drawing/ |
H A D | UpdateQueue.cpp | 139 err = snooze_until(timeout, B_SYSTEM_TIMEBASE); in _ExecuteUpdates()
|
/haiku/src/servers/midi/ |
H A D | PortDrivers.cpp | 34 snooze_until(time - Latency(), B_SYSTEM_TIMEBASE); in Data()
|
/haiku/docs/user/midi2/ |
H A D | midi2intro.dox | 191 <CODE>snooze_until()</CODE> function, which sends the consumer thread to sleep 201 snooze_until(time, B_SYSTEM_TIMEBASE); 209 already passed, <CODE>snooze_until()</CODE> returns immediately, and the 220 snooze_until(time - Latency(), B_SYSTEM_TIMEBASE); 230 that if the consumer thread is asleep in a <CODE>snooze_until()</CODE>, it will 268 <CODE>snooze_until()</CODE> in the consumer endpoint of a filter!
|
/haiku/src/system/libroot/os/ |
H A D | thread.c | 270 snooze_until(bigtime_t timeout, int timeBase) in snooze_until() function
|
/haiku/src/add-ons/tracker/zipomatic/ |
H A D | GenericThread.cpp | 326 snooze_until(microseconds, timebase); in SnoozeUntil()
|
/haiku/src/apps/expander/ |
H A D | GenericThread.cpp | 318 snooze_until(delay, timeBase); in SnoozeUntil()
|
/haiku/src/add-ons/kernel/drivers/input/i2c_hid/ |
H A D | HIDDevice.cpp | 173 snooze_until(fTransferLastschedule, B_SYSTEM_TIMEBASE); in MaybeScheduleTransfer()
|
/haiku/src/kits/tracker/ |
H A D | TaskLoop.cpp | 589 snooze_until(snoozeTill, B_SYSTEM_TIMEBASE); in Run()
|
/haiku/docs/user/ |
H A D | book.dox | 334 <CODE>snooze_until()</CODE> function, which sends the consumer thread to 344 snooze_until(time, B_SYSTEM_TIMEBASE); 352 already passed, <CODE>snooze_until()</CODE> returns immediately, and the 363 snooze_until(time - Latency(), B_SYSTEM_TIMEBASE); 374 <CODE>snooze_until()</CODE>, it will not read its port. Consequently, 412 <CODE>snooze_until()</CODE> in the consumer endpoint of a filter!
|
/haiku/src/kits/media/ |
H A D | TimeSource.cpp | 147 err = snooze_until(time, B_SYSTEM_TIMEBASE); in SnoozeUntil()
|
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/ |
H A D | ELANDevice.cpp | 147 snooze_until(fTransferLastschedule, B_SYSTEM_TIMEBASE); in _MaybeScheduleTransfer()
|
/haiku/src/add-ons/input_server/devices/tablet/ |
H A D | TabletInputDevice.cpp | 303 snooze_until(nextTransferTime, B_SYSTEM_TIMEBASE); in _ControlThread()
|
/haiku/headers/os/kernel/ |
H A D | OS.h | 370 extern status_t snooze_until(bigtime_t time, int timeBase);
|
/haiku/src/add-ons/input_server/devices/mouse/ |
H A D | MouseInputDevice.cpp | 414 snooze_until(nextTransferTime, B_SYSTEM_TIMEBASE); in _ControlThread()
|
/haiku/src/kits/interface/ |
H A D | ScrollBar.cpp | 170 snooze_until(fRepeaterDelay, B_SYSTEM_TIMEBASE); in ButtonRepeaterThread()
|
/haiku/headers/private/fs_shell/ |
H A D | fssh_api_wrapper.h | 1212 #define snooze_until fssh_snooze_until macro
|