/external/compiler-rt/test/asan/TestCases/Windows/ |
beginthreadex.cc | 7 unsigned WINAPI thread_proc(void *) { function 15 HANDLE thr = (HANDLE)_beginthreadex(NULL, 0, thread_proc, NULL, 0, NULL);
|
dll_thread_stack_array_left_oob.cc | 8 DWORD WINAPI thread_proc(void *context) { function 14 // CHECK-NEXT: thread_proc{{.*}}dll_thread_stack_array_left_oob.cc:[[@LINE-3]] 17 // CHECK-NEXT: thread_proc{{.*}}dll_thread_stack_array_left_oob.cc 26 HANDLE thr = CreateThread(NULL, 0, thread_proc, NULL, 0, NULL);
|
thread_stack_array_left_oob.cc | 6 DWORD WINAPI thread_proc(void *) { function 12 // CHECK: {{#0 .* thread_proc.*thread_stack_array_left_oob.cc}}:[[@LINE-3]] 14 // CHECK: thread_proc 19 HANDLE thr = CreateThread(NULL, 0, thread_proc, NULL, 0, NULL);
|
thread_stack_array_right_oob.cc | 6 DWORD WINAPI thread_proc(void *) { function 12 // CHECK: {{#0 .* thread_proc.*thread_stack_array_right_oob.cc}}:[[@LINE-3]] 14 // CHECK: thread_proc 19 HANDLE thr = CreateThread(NULL, 0, thread_proc, NULL, 0, NULL);
|
thread_simple.cc | 6 DWORD WINAPI thread_proc(void *) { function 15 HANDLE thr = CreateThread(NULL, 0, thread_proc, NULL, 0, NULL);
|
thread_suspended.cc | 6 DWORD WINAPI thread_proc(void *) { function 15 HANDLE thr = CreateThread(NULL, 0, thread_proc, NULL, CREATE_SUSPENDED, NULL);
|
thread_stress.cc | 6 DWORD WINAPI thread_proc(void *) { function 18 thr[i] = CreateThread(NULL, 0, thread_proc, NULL, 0, NULL);
|
/external/valgrind/none/tests/solaris/ |
threads_exitall.c | 8 void *thread_proc(void *arg) function 24 if (pthread_create(&thread, NULL, thread_proc, NULL)) {
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
loc_eng_dmn_conn_thread_helper.h | 47 int (*thread_proc) (void * context); member in struct:loc_eng_dmn_conn_thelper 55 int (*thread_proc) (void * context),
|
loc_eng_dmn_conn_thread_helper.c | 248 if (thelper->thread_proc) { 249 result = thelper->thread_proc(thelper->thread_context); 283 thread_proc - The task loop 300 int (*thread_proc) (void * context), 315 thelper->thread_proc = thread_proc;
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
loc_eng_dmn_conn_thread_helper.h | 47 int (*thread_proc) (void * context); member in struct:loc_eng_dmn_conn_thelper 55 int (*thread_proc) (void * context),
|
loc_eng_dmn_conn_thread_helper.c | 248 if (thelper->thread_proc) { 249 result = thelper->thread_proc(thelper->thread_context); 283 thread_proc - The task loop 300 int (*thread_proc) (void * context), 315 thelper->thread_proc = thread_proc;
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
loc_eng_dmn_conn_thread_helper.h | 47 int (*thread_proc) (void * context); member in struct:loc_eng_dmn_conn_thelper 55 int (*thread_proc) (void * context),
|
loc_eng_dmn_conn_thread_helper.c | 248 if (thelper->thread_proc) { 249 result = thelper->thread_proc(thelper->thread_context); 283 thread_proc - The task loop 300 int (*thread_proc) (void * context), 315 thelper->thread_proc = thread_proc;
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
loc_eng_dmn_conn_thread_helper.h | 47 int (*thread_proc) (void * context); member in struct:loc_eng_dmn_conn_thelper 55 int (*thread_proc) (void * context),
|
loc_eng_dmn_conn_thread_helper.c | 248 if (thelper->thread_proc) { 249 result = thelper->thread_proc(thelper->thread_context); 283 thread_proc - The task loop 300 int (*thread_proc) (void * context), 315 thelper->thread_proc = thread_proc;
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
loc_eng_dmn_conn_thread_helper.h | 47 int (*thread_proc) (void * context); member in struct:loc_eng_dmn_conn_thelper 55 int (*thread_proc) (void * context),
|
loc_eng_dmn_conn_thread_helper.c | 248 if (thelper->thread_proc) { 249 result = thelper->thread_proc(thelper->thread_context); 283 thread_proc - The task loop 300 int (*thread_proc) (void * context), 315 thelper->thread_proc = thread_proc;
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
loc_eng_dmn_conn_thread_helper.h | 47 int (*thread_proc) (void * context); member in struct:loc_eng_dmn_conn_thelper 55 int (*thread_proc) (void * context),
|
loc_eng_dmn_conn_thread_helper.c | 248 if (thelper->thread_proc) { 249 result = thelper->thread_proc(thelper->thread_context); 283 thread_proc - The task loop 300 int (*thread_proc) (void * context), 315 thelper->thread_proc = thread_proc;
|