Searched refs:thread_arg_t (Results 1 - 6 of 6) sorted by relevance

/external/lldb/include/lldb/
H A Dlldb-types.h28 // lldb::thread_arg_t The type of the one any only thread creation argument for the host system
48 typedef void * thread_arg_t; // Host thread argument type typedef in namespace:lldb
/external/lldb/include/lldb/Core/
H A DCommunication.h314 ReadThread (lldb::thread_arg_t comm_ptr);
/external/lldb/include/lldb/Host/
H A DHost.h252 lldb::thread_arg_t thread_arg,
/external/lldb/include/lldb/Interpreter/
H A DScriptInterpreterPython.h236 RunEmbeddedPythonInterpreter (lldb::thread_arg_t baton);
371 RunPythonInputReader (lldb::thread_arg_t baton);
/external/lldb/source/Host/common/
H A DHost.cpp555 thread_arg_t thread_arg;
557 HostThreadCreateInfo (const char *name, thread_func_t fptr, thread_arg_t arg) :
566 ThreadCreateTrampoline (thread_arg_t arg)
571 thread_arg_t thread_arg = info->thread_arg;
586 thread_arg_t thread_arg,
/external/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp2317 ScriptInterpreterPython::RunEmbeddedPythonInterpreter (lldb::thread_arg_t baton)
2404 ScriptInterpreterPython::PythonInputReaderManager::RunPythonInputReader (lldb::thread_arg_t baton)

Completed in 160 milliseconds