OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_callback_t
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/asan/
asan_thread.h
56
static AsanThread *Create(
thread_callback_t
start_routine, void *arg);
98
thread_callback_t
start_routine_;
asan_thread.cc
74
AsanThread *AsanThread::Create(
thread_callback_t
start_routine,
/external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h
171
typedef thread_return_t (THREAD_CALLING_CONV *
thread_callback_t
)(void* arg);
typedef
Completed in 32 milliseconds