HomeSort by relevance Sort by last modified time
    Searched refs:thread_arg_t (Results 1 - 7 of 7) sorted by null

  /external/lldb/include/lldb/
lldb-types.h 28 // 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
  /system/extras/tests/memtest/
bandwidth.cpp 177 } thread_arg_t; typedef in typeref:struct:__anon81480
180 thread_arg_t *arg = reinterpret_cast<thread_arg_t *>(data);
257 bool runThreadedTest(thread_arg_t args[], int num_threads, int run_time) {
307 thread_arg_t args[cpu_list.size()];
344 thread_arg_t args[num_threads];
  /external/lldb/include/lldb/Core/
Communication.h 314 ReadThread (lldb::thread_arg_t comm_ptr);
  /external/lldb/include/lldb/Interpreter/
ScriptInterpreterPython.h 236 RunEmbeddedPythonInterpreter (lldb::thread_arg_t baton);
371 RunPythonInputReader (lldb::thread_arg_t baton);
  /external/lldb/include/lldb/Host/
Host.h 252 lldb::thread_arg_t thread_arg,
  /external/lldb/source/Host/common/
Host.cpp 555 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,
    [all...]
  /external/lldb/source/Interpreter/
ScriptInterpreterPython.cpp     [all...]

Completed in 327 milliseconds