OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_routine_
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_thread.h
35
bool IsMainThread() { return
start_routine_
== nullptr; }
54
thread_callback_t
start_routine_
;
member in class:__msan::MsanThread
msan_thread.cc
15
thread->
start_routine_
= start_routine;
70
if (!
start_routine_
) {
71
//
start_routine_
== 0 if we're on the main thread or on one of the
77
thread_return_t res =
start_routine_
(arg_);
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.cc
84
thread->
start_routine_
= start_routine;
256
if (!
start_routine_
) {
257
//
start_routine_
== 0 if we're on the main thread or on one of the
264
thread_return_t res =
start_routine_
(arg_);
asan_thread.h
150
thread_callback_t
start_routine_
;
member in class:__asan::AsanThread
Completed in 14 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025