Home
last modified time | relevance | path

Searched refs:snooze_until (Results 1 – 25 of 29) sorted by relevance

12

/haiku/src/kits/midi/
H A DSoftSynth.cpp371 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 DMidi.cpp239 snooze_until(MAKE_BIGTIME(time), B_SYSTEM_TIMEBASE); in SnoozeUntil()
/haiku/src/system/libroot/posix/unistd/
H A Dusleep.c17 err = snooze_until(system_time() + (bigtime_t)(useconds), B_SYSTEM_TIMEBASE); in usleep()
H A Dsleep.c25 err = snooze_until(start + usecs, B_SYSTEM_TIMEBASE); in sleep()
/haiku/src/tools/fs_shell/
H A Dthread.cpp53 return snooze_until(time, timeBase); in fssh_snooze_until()
/haiku/src/build/libroot/
H A Dmisc.cpp70 snooze_until(bigtime_t time, int timeBase) in snooze_until() function
H A Dsem.cpp122 status_t error = snooze_until(timeout, B_SYSTEM_TIMEBASE); in acquire_sem_etc()
/haiku/src/tests/kits/app/bmessenger/
H A DSMLooper.cpp37 snooze_until(fUnblockTime, B_SYSTEM_TIMEBASE); in MessageReceived()
H A DSendMessageTester.cpp94 snooze_until(startTime, B_SYSTEM_TIMEBASE); in Run()
100 snooze_until(startTime + targetUnblock + targetReply in Run()
/haiku/src/servers/app/drawing/
H A DUpdateQueue.cpp139 err = snooze_until(timeout, B_SYSTEM_TIMEBASE); in _ExecuteUpdates()
/haiku/src/servers/midi/
H A DPortDrivers.cpp34 snooze_until(time - Latency(), B_SYSTEM_TIMEBASE); in Data()
/haiku/docs/user/midi2/
H A Dmidi2intro.dox191 <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 Dthread.c270 snooze_until(bigtime_t timeout, int timeBase) in snooze_until() function
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.cpp326 snooze_until(microseconds, timebase); in SnoozeUntil()
/haiku/src/apps/expander/
H A DGenericThread.cpp318 snooze_until(delay, timeBase); in SnoozeUntil()
/haiku/src/add-ons/kernel/drivers/input/i2c_hid/
H A DHIDDevice.cpp173 snooze_until(fTransferLastschedule, B_SYSTEM_TIMEBASE); in MaybeScheduleTransfer()
/haiku/src/kits/tracker/
H A DTaskLoop.cpp589 snooze_until(snoozeTill, B_SYSTEM_TIMEBASE); in Run()
/haiku/docs/user/
H A Dbook.dox334 <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 DTimeSource.cpp147 err = snooze_until(time, B_SYSTEM_TIMEBASE); in SnoozeUntil()
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DELANDevice.cpp147 snooze_until(fTransferLastschedule, B_SYSTEM_TIMEBASE); in _MaybeScheduleTransfer()
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp303 snooze_until(nextTransferTime, B_SYSTEM_TIMEBASE); in _ControlThread()
/haiku/headers/os/kernel/
H A DOS.h370 extern status_t snooze_until(bigtime_t time, int timeBase);
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp414 snooze_until(nextTransferTime, B_SYSTEM_TIMEBASE); in _ControlThread()
/haiku/src/kits/interface/
H A DScrollBar.cpp170 snooze_until(fRepeaterDelay, B_SYSTEM_TIMEBASE); in ButtonRepeaterThread()
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1212 #define snooze_until fssh_snooze_until macro

12