Searched defs:thread_fptr (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Host/common/
H A DHost.cpp554 thread_func_t thread_fptr; member in struct:HostThreadCreateInfo
559 thread_fptr (fptr),
570 thread_func_t thread_fptr = info->thread_fptr; local
578 return thread_fptr (thread_arg);
585 thread_func_t thread_fptr,
593 HostThreadCreateInfo *info_ptr = new HostThreadCreateInfo (thread_name, thread_fptr, thread_arg);
582 ThreadCreate( const char *thread_name, thread_func_t thread_fptr, thread_arg_t thread_arg, Error *error ) argument

Completed in 50 milliseconds