Searched defs:thread (Results 26 - 50 of 301) sorted by relevance

1234567891011>>

/haiku/src/tests/system/kernel/
H A Dport_wakeup_test_7.cpp51 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL); local
H A Dport_wakeup_test_8.cpp50 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL); local
H A Dport_wakeup_test_9.cpp50 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL); local
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliStopCommand.cpp40 Thread* thread = NULL; local
[all...]
/haiku/src/system/libroot/os/locks/
H A Drecursive_lock.cpp59 thread_id thread = find_thread(NULL); local
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dstubs.cpp29 scheduler_enqueue_in_run_queue(Thread* thread) argument
/haiku/src/tests/system/libroot/posix/
H A Dflock_test.cpp145 thread_id thread = spawn_thread(try_to_lock, "try", B_NORMAL_PRIORITY, (void *)fd); local
H A Dpthread_attr_stack_test.cpp42 pthread_t thread; local
H A Dtls_concurrency_test.c13 void *thread(void *ignored) { function
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DGeneralPage.cpp44 ThreadWindow::GeneralPage::SetModel(Model* model, Model::Thread* thread) argument
/haiku/src/kits/debugger/jobs/
H A DGetCPUStateJob.cpp17 GetCpuStateJob(DebuggerInterface* debuggerInterface, ::Thread* thread) argument
H A DGetThreadStateJob.cpp17 GetThreadStateJob(DebuggerInterface* debuggerInterface, ::Thread* thread) argument
/haiku/headers/private/debugger/model/
H A DExpressionValues.h67 ExpressionValues::GetValue(FunctionID* function, Thread* thread, argument
75 ExpressionValues::HasValue(FunctionID* function, Thread* thread, argument
/haiku/src/apps/processcontroller/
H A DThreadBarMenu.h13 thread_id thread; member in struct:__anon8
/haiku/headers/private/kernel/util/
H A DThreadAutoLock.h19 inline bool Lock(Thread* thread) argument
25 inline void Unlock(Thread* thread) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DRequestPortPool.cpp74 thread_id thread = find_thread(NULL); local
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPUtils.cpp30 send_data_with_timeout(thread_id thread, int32 code, void *buffer, argument
/haiku/src/kits/debug/arch/x86/
H A Darch_debug_support.cpp19 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, argument
/haiku/src/kits/debug/arch/x86_64/
H A Darch_debug_support.cpp20 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, argument
/haiku/src/tests/add-ons/kernel/file_systems/bfs/bufferPool/
H A Dmain.cpp44 thread_id thread[NUM_THREADS]; local
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dmisc.cpp29 send_signal_etc(pid_t thread, uint signal, uint32 flags) argument
/haiku/src/tests/kits/app/bclipboard/
H A DLockTester.cpp63 thread_id thread = spawn_thread(LockTest2,"locktest",B_NORMAL_PRIORITY,clip); local
/haiku/src/tests/system/kernel/unit/
H A DTestThread.h36 TestThread* thread = (TestThread*)data; local
56 TestThread<ObjectType, ParameterType>* thread local
/haiku/src/tools/fs_shell/
H A Dthread.cpp16 fssh_kill_thread(fssh_thread_id thread) argument
23 fssh_resume_thread(fssh_thread_id thread) argument
30 fssh_suspend_thread(fssh_thread_id thread) argument
/haiku/src/build/libroot/
H A Dthread.cpp11 kill_thread(thread_id thread) argument
18 resume_thread(thread_id thread) argument
25 suspend_thread(thread_id thread) argument

Completed in 144 milliseconds

1234567891011>>