Searched refs:DNBProcessGetNumThreads (Results 1 – 3 of 3) sorted by relevance
123 nub_size_t DNBProcessGetNumThreads(nub_process_t pid) DNB_EXPORT;
1623 nub_size_t numthreads = DNBProcessGetNumThreads(pid); in HandlePacket_qThreadInfo()2772 const nub_size_t numthreads = DNBProcessGetNumThreads(pid); in SendStopReplyPacketForThread()5425 nub_size_t numthreads = DNBProcessGetNumThreads(pid); in GetJSONThreadsInfo()6019 if (DNBProcessGetNumThreads(pid) == 1) { in GetMachHeaderForMainExecutable()
1349 nub_size_t DNBProcessGetNumThreads(nub_process_t pid) { in DNBProcessGetNumThreads() function