Searched refs:DNBProcessGetNumThreads (Results 1 – 3 of 3) sorted by relevance
124 nub_size_t DNBProcessGetNumThreads(nub_process_t pid) DNB_EXPORT;
1627 nub_size_t numthreads = DNBProcessGetNumThreads(pid); in HandlePacket_qThreadInfo()2776 const nub_size_t numthreads = DNBProcessGetNumThreads(pid); in SendStopReplyPacketForThread()5427 nub_size_t numthreads = DNBProcessGetNumThreads(pid); in GetJSONThreadsInfo()6021 if (DNBProcessGetNumThreads(pid) == 1) { in GetMachHeaderForMainExecutable()
1357 nub_size_t DNBProcessGetNumThreads(nub_process_t pid) { in DNBProcessGetNumThreads() function