HomeSort by relevance Sort by last modified time
    Searched refs:ResumeAllProcessThreads (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
thread_lister.h 57 * or arrange for ResumeAllProcessThreads. This happens automatically, if
61 * ResumeAllProcessThreads will get called.
76 int ResumeAllProcessThreads(int num_threads, pid_t *thread_pids);
thread_lister.c 73 int ResumeAllProcessThreads(int num_threads, pid_t *thread_pids) {
linuxthreads.cc 186 * time. If the callback ever called ResumeAllProcessThreads(), then
188 * abort() after calling ResumeAllProcessThreads.
207 ResumeAllProcessThreads(sig_num_threads, (int *)sig_pids);
481 ResumeAllProcessThreads(num_threads, pids);
493 if (ResumeAllProcessThreads(num_threads, pids)) {
503 ResumeAllProcessThreads(num_threads, pids);
521 * or arrange for ResumeAllProcessThreads. This happens automatically, if
525 * ResumeAllProcessThreads will get called.
654 int ResumeAllProcessThreads(int num_threads, pid_t *thread_pids) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
thread_lister.h 57 * or arrange for ResumeAllProcessThreads. This happens automatically, if
61 * ResumeAllProcessThreads will get called.
76 int ResumeAllProcessThreads(int num_threads, pid_t *thread_pids);
thread_lister.c 73 int ResumeAllProcessThreads(int num_threads, pid_t *thread_pids) {
linuxthreads.cc 186 * time. If the callback ever called ResumeAllProcessThreads(), then
188 * abort() after calling ResumeAllProcessThreads.
207 ResumeAllProcessThreads(sig_num_threads, (int *)sig_pids);
481 ResumeAllProcessThreads(num_threads, pids);
493 if (ResumeAllProcessThreads(num_threads, pids)) {
503 ResumeAllProcessThreads(num_threads, pids);
521 * or arrange for ResumeAllProcessThreads. This happens automatically, if
525 * ResumeAllProcessThreads will get called.
654 int ResumeAllProcessThreads(int num_threads, pid_t *thread_pids) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc     [all...]