OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asan_thread_start
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/
asan_win.cc
80
static thread_return_t THREAD_CALLING_CONV
asan_thread_start
(void *arg) {
function
101
asan_thread_start
, t, thr_flags, tid);
asan_interceptors.cc
221
static thread_return_t THREAD_CALLING_CONV
asan_thread_start
(void *arg) {
function
245
int result = REAL(pthread_create)(thread, attr,
asan_thread_start
, ¶m);
Completed in 1404 milliseconds