/haiku/src/build/libroot/ |
H A D | thread.cpp | 25 suspend_thread(thread_id thread) in suspend_thread() function
|
/haiku/src/tools/fs_shell/ |
H A D | thread.cpp | 32 return suspend_thread(thread); in fssh_suspend_thread()
|
/haiku/src/servers/app/drawing/interface/remote/ |
H A D | NetSender.cpp | 40 suspend_thread(fSenderThread); in ~NetSender()
|
H A D | NetReceiver.cpp | 46 suspend_thread(fReceiverThread); in ~NetReceiver()
|
/haiku/src/kits/screensaver/ |
H A D | ScreenSaverRunner.cpp | 75 return suspend_thread(fThread); in Suspend()
|
/haiku/src/system/libroot/os/ |
H A D | thread.c | 150 suspend_thread(thread_id thread) in suspend_thread() function
|
/haiku/src/add-ons/tracker/zipomatic/ |
H A D | GenericThread.cpp | 234 return suspend_thread(fThreadId); in Suspend()
|
H A D | ZipperThread.cpp | 366 return suspend_thread(fZipProcess); in SuspendExternalZip()
|
/haiku/src/apps/expander/ |
H A D | GenericThread.cpp | 226 return suspend_thread(fThreadId); in Suspend()
|
/haiku/src/add-ons/input_server/devices/serial_mouse/ |
H A D | MouseInputDevice.cpp | 210 suspend_thread(device->device_watcher); in Stop()
|
/haiku/src/add-ons/input_server/devices/easypen/ |
H A D | EasyPenInputDevice.cpp | 193 suspend_thread(device->device_watcher); in Stop()
|
/haiku/src/kits/game/ |
H A D | WindowScreen.cpp | 548 suspend_thread(find_thread(NULL)); in Suspend() 891 suspend_thread(fDebugThreads[i]); in _Suspend()
|
/haiku/src/kits/tracker/ |
H A D | TaskLoop.cpp | 607 suspend_thread(fScanThread); in AddTask()
|
H A D | StatusWindow.cpp | 396 suspend_thread(thread); in CheckCanceledOrPaused()
|
/haiku/src/add-ons/input_server/devices/tablet/ |
H A D | TabletInputDevice.cpp | 222 suspend_thread(fThread); in Stop()
|
/haiku/src/add-ons/input_server/devices/keyboard/ |
H A D | KeyboardInputDevice.cpp | 229 suspend_thread(fThread); in Stop()
|
/haiku/headers/os/kernel/ |
H A D | OS.h | 350 extern status_t suspend_thread(thread_id thread);
|
/haiku/src/add-ons/input_server/devices/virtio/ |
H A D | VirtioInputDevice.cpp | 273 suspend_thread(fWatcherThread); in Stop()
|
/haiku/src/add-ons/input_server/devices/mouse/ |
H A D | MouseInputDevice.cpp | 254 suspend_thread(fThread); in Stop()
|
/haiku/src/apps/terminal/ |
H A D | TermParse.cpp | 223 suspend_thread(fReaderThread); in _StopPtyReader()
|
/haiku/src/add-ons/kernel/file_systems/netfs/server/ |
H A D | NetFSServer.cpp | 235 suspend_thread(fBroadcaster); in ~NetFSServer()
|
/haiku/headers/private/fs_shell/ |
H A D | fssh_api_wrapper.h | 1196 #define suspend_thread fssh_suspend_thread macro
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 2537 void suspend_thread() {} in suspend_thread() function
|
H A D | libroot_stubs.c | 2551 void suspend_thread() {} in suspend_thread() function
|
/haiku/src/system/kernel/ |
H A D | thread.cpp | 3397 suspend_thread(thread_id id) in suspend_thread() function
|