OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ThreadStart
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_thread.cc
67
thread_return_t MsanThread::
ThreadStart
() {
73
//
ThreadStart
() for the worker threads.
/src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_fuchsia.cpp
55
void
ThreadStart
(u32 tid) {
59
ThreadContextLsanBase::
ThreadStart
(tid, GetTid(), ThreadType::Regular, &args);
68
ThreadStart
(tid);
122
ThreadStart
(tid);
lsan_posix.cpp
49
void
ThreadStart
(u32 tid, tid_t os_id, ThreadType thread_type) {
59
ThreadContextLsanBase::
ThreadStart
(tid, os_id, thread_type, &args);
82
ThreadStart
(tid, GetTid());
lsan_thread.cpp
68
void ThreadContextLsanBase::
ThreadStart
(u32 tid, tid_t os_id,
/src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_fuchsia.cpp
54
void
ThreadStart
(u32 tid) {
58
ThreadContextLsanBase::
ThreadStart
(tid, GetTid(), ThreadType::Regular, &args);
67
ThreadStart
(tid);
115
ThreadStart
(tid);
lsan_posix.cpp
47
void
ThreadStart
(u32 tid, tid_t os_id, ThreadType thread_type) {
57
ThreadContextLsanBase::
ThreadStart
(tid, os_id, thread_type, &args);
80
ThreadStart
(tid, GetTid());
lsan_thread.cpp
51
void ThreadContextLsanBase::
ThreadStart
(u32 tid, tid_t os_id,
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_thread.cc
80
void
ThreadStart
(u32 tid, tid_t os_id, bool workerthread) {
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
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) {
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl_thread.cpp
152
void
ThreadStart
(ThreadState *thr, Tid tid, tid_t os_id,
204
DPrintf("#%d:
ThreadStart
\n", tid);
346
ThreadStart
(fiber, tid, 0, ThreadType::Fiber);
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl_thread.cpp
151
void
ThreadStart
(ThreadState *thr, Tid tid, tid_t os_id,
217
"#%d:
ThreadStart
epoch=%zu stk_addr=%zx stk_size=%zx "
340
ThreadStart
(fiber, tid, 0, ThreadType::Fiber);
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
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(),
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_thread.cpp
278
// Fuchsia doesn't use
ThreadStart
.
282
void AsanThread::
ThreadStart
(tid_t os_id) {
295
main_thread->
ThreadStart
(internal_getpid());
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_thread.cpp
260
// Fuchsia doesn't use
ThreadStart
.
264
thread_return_t AsanThread::
ThreadStart
(tid_t os_id) {
273
//
ThreadStart
() for the worker threads.
296
main_thread->
ThreadStart
(internal_getpid());
Completed in 27 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026