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

123

/haiku/src/tools/fs_shell/
H A Dthread.cpp18 return kill_thread(thread);
/haiku/src/build/libroot/
H A Dthread.cpp9 // kill_thread
11 kill_thread(thread_id thread) function
/haiku/src/apps/processcontroller/
H A DThreadBarMenu.cpp104 BMessage* kill_thread = new BMessage('KlTh'); local
105 kill_thread->AddInt32("thread", info.thread);
109 ThreadBarMenuItem* threadbarmenuitem = new ThreadBarMenuItem(info.name, info.thread, prio, kill_thread);
/haiku/src/tests/system/kernel/
H A Dsem_acquire_test1.cpp60 kill_thread(thread1);
/haiku/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/src/kits/shared/
H A DThread.cpp52 kill_thread(fScanThread);
/haiku/src/apps/cortex/support/
H A DBasicThread.h134 kill_thread(m_thread);
/haiku/src/tests/servers/input/view_input_device/
H A DViewInputDevice.cpp80 kill_thread(_Thread);
/haiku/src/tests/kits/storage/
H A DTestApp.cpp72 kill_thread(fAppThread);
/haiku/src/tests/kits/media/playsound/
H A Dplayfile.cpp114 kill_thread(reader);
H A Dplaywav.cpp125 kill_thread(reader);
/haiku/src/bin/media_client/
H A DMediaPlay.cpp108 kill_thread(reader);
/haiku/src/tests/apps/miniterminal/
H A DMiniView.cpp80 kill_thread(fConsoleWriter);
81 kill_thread(fShellExecutor);
82 kill_thread(fShellProcess);
/haiku/src/tools/cppunit/
H A DTestApp.cpp77 kill_thread(fAppThread);
/haiku/src/apps/cortex/NodeManager/
H A DNodeSyncThread.cpp52 err = kill_thread(m_thread);
55 "! ~NodeSyncThread(): kill_thread(%" B_PRId32 "):\n"
/haiku/src/servers/registrar/mime/
H A DRegistrarThreadManager.cpp205 status_t err = kill_thread((*i)->Id());
208 " kill_thread(%" B_PRId32 ") failed with error code"
/haiku/src/servers/app/
H A DMessageLooper.cpp55 kill_thread(fThread);
/haiku/src/servers/power/
H A Dpower_daemon.cpp67 kill_thread(fEventThread);
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.cpp31 kill_thread(fThreadId);
253 return kill_thread(fThreadId);
/haiku/src/apps/expander/
H A DGenericThread.cpp27 kill_thread(fThreadId);
245 return (kill_thread(fThreadId));
/haiku/src/apps/packageinstaller/
H A DPackageInstall.cpp80 kill_thread(fThreadId);
90 kill_thread(id);
/haiku/src/tests/kits/app/common/
H A DCommonTestApp.cpp132 kill_thread(fEventThread);
H A DPipedAppRunner.cpp75 kill_thread(fReader);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DIdMap.cpp182 kill_thread(thread);

Completed in 117 milliseconds

123