Home
last modified time | relevance | path

Searched refs:thread_return_t (Results 1 – 18 of 18) sorted by relevance

/external/compiler-rt/lib/msan/
Dmsan_thread.cc67 thread_return_t MsanThread::ThreadStart() { in ThreadStart()
77 thread_return_t res = start_routine_(arg_); in ThreadStart()
Dmsan_thread.h29 thread_return_t ThreadStart();
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_thread.cpp68 thread_return_t MsanThread::ThreadStart() { in ThreadStart()
78 thread_return_t res = start_routine_(arg_); in ThreadStart()
Dmsan_thread.h28 thread_return_t ThreadStart();
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h188 typedef DWORD thread_return_t; typedef
191 typedef void* thread_return_t; typedef
194 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg);
/external/libusb/examples/
Ddpfp.c96 typedef DWORD thread_return_t; typedef
99 typedef unsigned thread_return_t; typedef
123 thread_return_t (__stdcall *thread_entry)(void *arg), void *arg) in thread_create()
194 static thread_return_t __stdcall poll_thread_main(void *arg) in poll_thread_main()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h265 typedef DWORD thread_return_t; typedef
268 typedef void* thread_return_t; typedef
271 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg);
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.h71 thread_return_t ThreadStart(tid_t os_id,
Dmemprof_thread.cpp137 thread_return_t
Dmemprof_interceptors.cpp149 static thread_return_t THREAD_CALLING_CONV memprof_thread_start(void *arg) { in memprof_thread_start()
/external/compiler-rt/lib/asan/
Dasan_thread.cc233 thread_return_t AsanThread::ThreadStart( in ThreadStart()
250 thread_return_t res = start_routine_(arg_); in ThreadStart()
Dasan_thread.h66 thread_return_t ThreadStart(uptr os_id,
Dasan_win.cc94 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start()
Dasan_interceptors.cc229 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_thread.h72 thread_return_t ThreadStart(tid_t os_id,
Dasan_thread.cpp256 thread_return_t AsanThread::ThreadStart( in ThreadStart()
273 thread_return_t res = start_routine_(arg_); in ThreadStart()
Dasan_win.cpp134 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start()
Dasan_interceptors.cpp198 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start()