Searched refs:thread_arg_t (Results 1 – 6 of 6) sorted by relevance
48 typedef void * thread_arg_t; // Host thread argument type typedef
236 RunEmbeddedPythonInterpreter (lldb::thread_arg_t baton);371 RunPythonInputReader (lldb::thread_arg_t baton);
314 ReadThread (lldb::thread_arg_t comm_ptr);
555 thread_arg_t thread_arg;557 HostThreadCreateInfo (const char *name, thread_func_t fptr, thread_arg_t arg) : in HostThreadCreateInfo()566 ThreadCreateTrampoline (thread_arg_t arg) in ThreadCreateTrampoline()571 thread_arg_t thread_arg = info->thread_arg; in ThreadCreateTrampoline()586 thread_arg_t thread_arg, in ThreadCreate()
252 lldb::thread_arg_t thread_arg,
2317 ScriptInterpreterPython::RunEmbeddedPythonInterpreter (lldb::thread_arg_t baton) in RunEmbeddedPythonInterpreter()2404 ScriptInterpreterPython::PythonInputReaderManager::RunPythonInputReader (lldb::thread_arg_t baton) in RunPythonInputReader()