OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThreadStart
(Results
1 - 19
of
19
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_thread.h
48
void
ThreadStart
(u32 tid, tid_t os_id, bool workerthread = false);
lsan.cc
102
ThreadStart
(tid, GetTid());
lsan_mac.cc
73
ThreadStart
(tid, GetTid());
lsan_thread.cc
80
void
ThreadStart
(u32 tid, tid_t os_id, bool workerthread) {
lsan_interceptors.cc
366
ThreadStart
(tid, GetTid());
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_thread.h
29
thread_return_t
ThreadStart
();
msan_thread.cc
67
thread_return_t MsanThread::
ThreadStart
() {
73
//
ThreadStart
() for the worker threads.
msan.cc
451
main_thread->
ThreadStart
();
msan_interceptors.cc
1023
return t->
ThreadStart
();
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.h
73
thread_return_t
ThreadStart
(tid_t os_id,
asan_thread.cc
241
// Fuchsia and RTEMS don't use
ThreadStart
.
246
thread_return_t AsanThread::
ThreadStart
(
259
//
ThreadStart
() for the worker threads.
282
main_thread->
ThreadStart
(internal_getpid(),
asan_win.cc
136
return t->
ThreadStart
(GetTid(), /* signal_thread_is_registered */ nullptr);
asan_interceptors.cc
201
return t->
ThreadStart
(GetTid(), ¶m->is_registered);
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_mac.cc
191
// need to properly register these threads with ThreadCreate and
ThreadStart
.
216
ThreadStart
(thr, tid, GetTid(), /*workerthread*/ true);
tsan_rtl_thread.cc
122
DPrintf("#%d:
ThreadStart
epoch=%zu stk_addr=%zx stk_size=%zx "
243
void
ThreadStart
(ThreadState *thr, int tid, tid_t os_id, bool workerthread) {
tsan_rtl.cc
400
ThreadStart
(thr, tid, GetTid(), /*workerthread*/ false);
tsan_rtl.h
768
void
ThreadStart
(ThreadState *thr, int tid, tid_t os_id, bool workerthread);
tsan_interceptors.cc
967
ThreadStart
(thr, tid, GetTid(), /*workerthread*/ false);
1023
// 2.
ThreadStart
must finish before this thread continues.
1025
// before the new thread got a chance to acquire from it in
ThreadStart
.
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
tsan_go.cc
217
ThreadStart
(thr, goid, 0, /*workerthread*/ false);
Completed in 24 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025