Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDHostNativeThreadBase.cpp73 thread_func_t thread_fptr = info->thread_fptr; in ThreadCreateTrampoline() local
81 return thread_fptr(thread_arg); in ThreadCreateTrampoline()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDThreadLauncher.h34 lldb::thread_func_t thread_fptr; member
39 , thread_fptr(fptr) in HostThreadCreateInfo()