Searched refs:thread_func_t (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/tests/monotonic_time/src/ |
D | threads.h | 9 typedef void *(*thread_func_t)(void *); typedef 11 int create_threads(int num_threads, thread_func_t func, void *arg); 12 int create_per_cpu_threads(cpu_set_t *cpus, thread_func_t func, void *arg);
|
D | threads.c | 22 thread_func_t func; 52 int create_per_cpu_threads(cpu_set_t *cpus, thread_func_t func, void *arg) in create_per_cpu_threads() 86 int create_threads(int nthreads, thread_func_t func, void *arg) in create_threads()
|
/external/lldb/include/lldb/ |
D | lldb-types.h | 50 typedef void * (*thread_func_t)(void *); // Host thread function type typedef
|
/external/lldb/include/lldb/Host/ |
D | Host.h | 251 lldb::thread_func_t function,
|
/external/lldb/source/Host/common/ |
D | Host.cpp | 554 thread_func_t thread_fptr; 557 HostThreadCreateInfo (const char *name, thread_func_t fptr, thread_arg_t arg) : in HostThreadCreateInfo() 570 thread_func_t thread_fptr = info->thread_fptr; in ThreadCreateTrampoline() 585 thread_func_t thread_fptr, in ThreadCreate()
|