Home
last modified time | relevance | path

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

/external/lldb/include/lldb/
Dlldb-types.h50 typedef void * (*thread_func_t)(void *); // Host thread function type typedef
/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()
/external/lldb/include/lldb/Host/
DHost.h251 lldb::thread_func_t function,