Home
last modified time | relevance | path

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

/external/lldb/source/Host/common/
DHost.cpp554 thread_func_t thread_fptr; member
559 thread_fptr (fptr), in HostThreadCreateInfo()
570 thread_func_t thread_fptr = info->thread_fptr; in ThreadCreateTrampoline() local
578 return thread_fptr (thread_arg); in ThreadCreateTrampoline()
585 thread_func_t thread_fptr, in ThreadCreate() argument
593 … HostThreadCreateInfo *info_ptr = new HostThreadCreateInfo (thread_name, thread_fptr, thread_arg); in ThreadCreate()