OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:THREAD_CALLING_CONV
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h
166
# define
THREAD_CALLING_CONV
__stdcall
169
# define
THREAD_CALLING_CONV
171
typedef thread_return_t (
THREAD_CALLING_CONV
*thread_callback_t)(void* arg);
/external/compiler-rt/lib/asan/
asan_interceptors.cc
140
static thread_return_t
THREAD_CALLING_CONV
asan_thread_start(void *arg) {
Completed in 181 milliseconds