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

123

/haiku-fatelf/src/build/libroot/
H A Dthread.cpp9 // kill_thread
11 kill_thread(thread_id thread) function
/haiku-fatelf/src/tools/fs_shell/
H A Dthread.cpp18 return kill_thread(thread);
/haiku-fatelf/src/apps/processcontroller/
H A DThreadBarMenu.cpp118 BMessage* kill_thread = new BMessage('KlTh'); local
119 kill_thread->AddInt32("thread", info.thread);
123 ThreadBarMenuItem* threadbarmenuitem = new ThreadBarMenuItem(info.name, info.thread, prio, kill_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_test2.cpp74 kill_thread(signalThread);
H A Dsignal_in_allocator_test.cpp72 kill_thread(signalThread);
/haiku-fatelf/src/apps/cortex/support/
H A DBasicThread.h133 kill_thread(m_thread);
/haiku-fatelf/src/kits/tracker/
H A DThread.cpp52 kill_thread(fScanThread);
/haiku-fatelf/src/servers/app/drawing/remote/
H A DNetReceiver.cpp48 kill_thread(fReceiverThread);
/haiku-fatelf/src/bin/playsound/
H A Dplayfile.cpp98 kill_thread(reader);
H A Dplaywav.cpp125 kill_thread(reader);
/haiku-fatelf/src/servers/app/
H A DMessageLooper.cpp52 kill_thread(fThread);
/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/apps/miniterminal/
H A DMiniView.cpp80 kill_thread(fConsoleWriter);
81 kill_thread(fShellExecutor);
82 kill_thread(fShellProcess);
/haiku-fatelf/src/apps/3dmov/
H A DMainWindow.cpp87 kill_thread(fAnimationThreadID);
/haiku-fatelf/src/apps/cortex/NodeManager/
H A DNodeSyncThread.cpp52 err = kill_thread(m_thread);
55 "! ~NodeSyncThread(): kill_thread(%ld):\n"
/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/registrar/mime/
H A DRegistrarThreadManager.cpp200 status_t err = kill_thread((*i)->Id());
202 OUT("WARNING: RegistrarThreadManager::KillThreads(): kill_thread(%"
/haiku-fatelf/src/tools/cppunit/
H A DTestApp.cpp77 kill_thread(fAppThread);
/haiku-fatelf/src/add-ons/tracker/zipomatic/
H A DGenericThread.cpp31 kill_thread(fThreadId);
253 return kill_thread(fThreadId);
/haiku-fatelf/src/apps/expander/
H A DGenericThread.cpp23 kill_thread(fThreadId);
243 return (kill_thread(fThreadId));
/haiku-fatelf/src/apps/packageinstaller/
H A DPackageInstall.cpp76 kill_thread(fThreadId);
86 kill_thread(id);
/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dtimer.cpp199 kill_thread(sTimerThread);

Completed in 119 milliseconds

123