Home
last modified time | relevance | path

Searched refs:thread_func_t (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/tests/monotonic_time/src/
Dthreads.h9 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);
Dthreads.c22 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/
Dlldb-types.h50 typedef void * (*thread_func_t)(void *); // Host thread function type typedef
/external/lldb/include/lldb/Host/
DHost.h251 lldb::thread_func_t function,
/external/lldb/source/Host/common/
DHost.cpp554 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()