Searched defs:thread_idx_ptr (Results 1 - 1 of 1) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp458 MachProcess::DoSIGSTOP (bool clear_bps_and_wps, bool allow_running, uint32_t *thread_idx_ptr) argument
475 if (thread_idx_ptr)
476 *thread_idx_ptr = thread_idx;
509 if (thread_idx_ptr)
510 *thread_idx_ptr = thread_idx;

Completed in 90 milliseconds