OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_return_t
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/asan/
asan_thread.cc
89
thread_return_t
AsanThread::ThreadStart() {
101
thread_return_t
res = start_routine_(arg_);
asan_thread.h
79
thread_return_t
ThreadStart();
asan_interceptors.cc
116
static
thread_return_t
THREAD_CALLING_CONV asan_thread_start(void *arg) {
/external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h
153
typedef DWORD
thread_return_t
;
typedef
156
typedef void*
thread_return_t
;
159
typedef
thread_return_t
(THREAD_CALLING_CONV *thread_callback_t)(void* arg);
Completed in 50 milliseconds