HomeSort by relevance Sort by last modified time
    Searched defs:thread_proc (Results 1 - 9 of 9) sorted by null

  /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_simple.cc 6 DWORD WINAPI thread_proc(void *) { function
15 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_stress.cc 6 DWORD WINAPI thread_proc(void *) { function
18 thr[i] = CreateThread(NULL, 0, thread_proc, NULL, 0, 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),
  /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),
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_structs.h 128 SCTP_PROCESS_STRUCT thread_proc; member in struct:sctp_mcore_ctrl
210 SCTP_PROCESS_STRUCT thread_proc; member in struct:iterator_control
212 userland_thread_t thread_proc; member in struct:iterator_control
    [all...]

Completed in 421 milliseconds