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

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dthread_lister.c73 int ResumeAllProcessThreads(int num_threads, pid_t *thread_pids) { argument
H A Dlinuxthreads.cc654 int ResumeAllProcessThreads(int num_threads, pid_t *thread_pids) { argument
657 detached_at_least_one |= sys_ptrace_detach(thread_pids[num_threads]) >= 0;
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dthread_lister.c73 int ResumeAllProcessThreads(int num_threads, pid_t *thread_pids) { argument
H A Dlinuxthreads.cc654 int ResumeAllProcessThreads(int num_threads, pid_t *thread_pids) { argument
657 detached_at_least_one |= sys_ptrace_detach(thread_pids[num_threads]) >= 0;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc1017 pid_t* thread_pids,
1035 if (thread_pids[i] == self_thread_pid) continue;
1036 RAW_VLOG(11, "Handling thread with pid %d", thread_pids[i]);
1044 if (sys_ptrace(PTRACE_GETREGS, thread_pids[i], NULL, &thread_regs) == 0) {
1078 ResumeAllProcessThreads(num_threads, thread_pids);
1242 pid_t* thread_pids, va_list ap) {
1247 ResumeAllProcessThreads(num_threads, thread_pids);
1015 IgnoreLiveThreadsLocked(void* parameter, int num_threads, pid_t* thread_pids, va_list ) argument
1241 IsOneThread(void* parameter, int num_threads, pid_t* thread_pids, va_list ap) argument
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc1017 pid_t* thread_pids,
1035 if (thread_pids[i] == self_thread_pid) continue;
1036 RAW_VLOG(11, "Handling thread with pid %d", thread_pids[i]);
1044 if (sys_ptrace(PTRACE_GETREGS, thread_pids[i], NULL, &thread_regs) == 0) {
1078 ResumeAllProcessThreads(num_threads, thread_pids);
1242 pid_t* thread_pids, va_list ap) {
1247 ResumeAllProcessThreads(num_threads, thread_pids);
1015 IgnoreLiveThreadsLocked(void* parameter, int num_threads, pid_t* thread_pids, va_list ) argument
1241 IsOneThread(void* parameter, int num_threads, pid_t* thread_pids, va_list ap) argument

Completed in 208 milliseconds