Searched refs:kill_thread (Results 1 - 25 of 68) sorted by last modified time

123

/haiku-fatelf/src/system/kernel/
H A Dteam.cpp3717 return kill_thread(id);
H A Dthread.cpp3020 kill_thread(thread_id id)
3337 return kill_thread(thread);
/haiku-fatelf/src/apps/processcontroller/
H A DProcessController.cpp323 kill_thread(thread);
/haiku-fatelf/src/apps/cdplayer/
H A DCDDBSupport.cpp469 kill_thread(fThread);
/haiku-fatelf/src/kits/game/
H A DFileGameSound.cpp166 // TODO: kill_thread() is very bad, since it will leak any resources
170 kill_thread(fReadThread);
/haiku-fatelf/src/kits/tracker/
H A DTests.cpp158 kill_thread(fScanThread);
/haiku-fatelf/src/tests/add-ons/kernel/network/
H A Duserland_ipc.c522 kill_thread(cookie->runner);
568 kill_thread(gConnectionOpener);
582 kill_thread(gConnectionOpener);
/haiku-fatelf/src/tests/apps/fake_app_server/
H A DAppServer.cpp167 kill_thread(fPicassoThreadID);
/haiku-fatelf/src/tests/apps/miniterminal/
H A DMiniView.cpp80 kill_thread(fConsoleWriter);
81 kill_thread(fShellExecutor);
82 kill_thread(fShellProcess);
/haiku-fatelf/src/tests/kits/app/common/
H A DAppRunner.cpp102 kill_thread(fReader);
H A DCommonTestApp.cpp132 kill_thread(fEventThread);
H A DPipedAppRunner.cpp75 kill_thread(fReader);
/haiku-fatelf/src/tests/kits/game/ParticlesII/
H A DparticlesII.cpp249 kill_thread(tid);
/haiku-fatelf/src/tests/kits/game/page_flipper/
H A Dpage_flip.cpp180 kill_thread(fThreadId);
/haiku-fatelf/src/tests/kits/storage/
H A DTestApp.cpp71 kill_thread(fAppThread);
/haiku-fatelf/src/tests/servers/input/view_input_device/
H A DViewInputDevice.cpp80 kill_thread(_Thread);
/haiku-fatelf/src/tests/system/kernel/
H A Dsem_acquire_test1.cpp60 kill_thread(thread1);
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dsignal_in_allocator_test.cpp72 kill_thread(signalThread);
H A Dsignal_in_allocator_test2.cpp74 kill_thread(signalThread);
/haiku-fatelf/src/tools/cppunit/
H A DTestApp.cpp77 kill_thread(fAppThread);
/haiku-fatelf/src/tools/fs_shell/
H A Dthread.cpp18 return kill_thread(thread);
/haiku-fatelf/src/servers/app/drawing/html5/
H A DWebServer.cpp51 kill_thread(fReceiverThread);
H A DWebWorker.cpp49 kill_thread(fWorkThread);
/haiku-fatelf/src/servers/app/drawing/remote/
H A DNetReceiver.cpp48 kill_thread(fReceiverThread);
/haiku-fatelf/src/servers/input/
H A DInputServer.cpp1385 kill_thread(thread);

Completed in 262 milliseconds

123