Searched refs:suspend_thread (Results 1 - 25 of 25) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dthread.cpp32 return suspend_thread(thread);
/haiku/src/build/libroot/
H A Dthread.cpp23 // suspend_thread
25 suspend_thread(thread_id thread) function
/haiku/src/servers/app/drawing/interface/remote/
H A DNetSender.cpp40 suspend_thread(fSenderThread);
H A DNetReceiver.cpp46 suspend_thread(fReceiverThread);
/haiku/src/kits/screensaver/
H A DScreenSaverRunner.cpp75 return suspend_thread(fThread);
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.cpp234 return suspend_thread(fThreadId);
H A DZipperThread.cpp366 return suspend_thread(fZipProcess);
/haiku/src/apps/expander/
H A DGenericThread.cpp226 return suspend_thread(fThreadId);
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp212 suspend_thread(device->device_watcher);
/haiku/src/system/libroot/os/
H A Dthread.c150 suspend_thread(thread_id thread) function
/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.cpp192 suspend_thread(device->device_watcher);
/haiku/src/kits/tracker/
H A DTaskLoop.cpp607 suspend_thread(fScanThread);
H A DStatusWindow.cpp396 suspend_thread(thread);
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp222 suspend_thread(fThread);
/haiku/src/kits/game/
H A DWindowScreen.cpp548 suspend_thread(find_thread(NULL));
891 suspend_thread(fDebugThreads[i]);
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.cpp268 // TODO: Use condition variable to sync access? suspend_thread
273 suspend_thread(fWatcherThread);
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp254 suspend_thread(fThread);
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp229 suspend_thread(fThread);
/haiku/headers/os/kernel/
H A DOS.h347 extern status_t suspend_thread(thread_id thread);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.cpp235 suspend_thread(fBroadcaster);
/haiku/src/apps/terminal/
H A DTermParse.cpp223 suspend_thread(fReaderThread);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1193 #define suspend_thread fssh_suspend_thread macro
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2532 void suspend_thread() {} function
H A Dlibroot_stubs_legacy.c2524 void suspend_thread() {} function
/haiku/src/system/kernel/
H A Dthread.cpp3387 suspend_thread(thread_id id)
3397 // compatibility to BeOS which documents the combination of suspend_thread()

Completed in 469 milliseconds