OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start_routine_
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/
asan_thread.cc
34
thread->
start_routine_
= start_routine;
93
if (!
start_routine_
) {
94
//
start_routine_
== 0 if we're on the main thread or on one of the
101
thread_return_t res =
start_routine_
(arg_);
asan_thread.h
102
thread_callback_t
start_routine_
;
member in class:__asan::AsanThread
Completed in 38 milliseconds