Home
last modified time | relevance | path

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

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