Home
last modified time | relevance | path

Searched defs:new_thread (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_create.c56 struct pthread *curthread, *new_thread; in _pthread_create() local
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.cpp500 uint64_t new_thread = KMP_TEST_THEN_INC64((kmp_int64 *)&thread); in __ompt_get_unique_id_internal() local
/freebsd/usr.bin/truss/
H A Dsetup.c262 new_thread(struct procinfo *p, lwpid_t lwpid) in new_thread() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1235 Thread *new_thread = nullptr; in DoExecute() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp2099 HostThread Debugger::SetIOHandlerThread(HostThread &new_thread) { in SetIOHandlerThread()