Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBHostOS.cpp45 thread_func_t thread_function, in ThreadCreate() argument
54 thread_function, thread_arg, error_ptr); in ThreadCreate()
58 …return Host::ThreadCreate (name, thread_function, thread_arg, error_ptr ? error_ptr->get() : NULL); in ThreadCreate()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBHostOS.h33 thread_func_t thread_function,