Searched refs:thread_func_t (Results 1 – 5 of 5) sorted by relevance
46 typedef thread_result_t (*thread_func_t)(void *); // Host thread function type typedef63 typedef void *(*thread_func_t)(void *); // Host thread function type typedef
35 lldb::thread_func_t,
30 lldb::thread_func_t thread_function,
101 lldb::thread_func_t thread_function, in ThreadCreate()
132 typedef THREAD_RET_TYPE thread_func_t(void *); typedef