OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartThread
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc
70
registry->
StartThread
(0, 0, false, 0);
78
registry->
StartThread
(i, 0, false, 0);
88
registry->
StartThread
(i, 0, false, 0);
115
registry->
StartThread
(tid, 0, false, 0);
192
args->registry->
StartThread
(tids[i], 0, false, (void*)args->shard);
203
registry->
StartThread
(0, 0, false, 0);
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_fuchsia.cc
182
asanThreadRegistry().
StartThread
(thread->tid(), os_id, /*workerthread*/ false,
asan_rtems.cc
187
asanThreadRegistry().
StartThread
(thread->tid(), os_id,
asan_mac.cc
185
asanThreadRegistry().
StartThread
(t->tid(), GetTid(),
asan_thread.cc
249
asanThreadRegistry().
StartThread
(tid(), os_id, /*workerthread*/ false,
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_thread.cc
90
thread_registry->
StartThread
(tid, os_id, workerthread, &args);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_thread_registry.h
124
void
StartThread
(u32 tid, tid_t os_id, bool workerthread, void *arg);
sanitizer_thread_registry.cc
281
// create it, and so never called
StartThread
.
306
void ThreadRegistry::
StartThread
(u32 tid, tid_t os_id, bool workerthread,
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_thread.cc
261
tr->
StartThread
(tid, os_id, workerthread, &args);
Completed in 42 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025