Searched refs:ListAllProcessThreads (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dthread_lister.h68 int ListAllProcessThreads(void *parameter,
72 * ListAllProcessThreads pauses before giving to its callback.
H A Dthread_lister.c51 int ListAllProcessThreads(void *parameter, function
H A Dlinuxthreads.cc532 int ListAllProcessThreads(void *parameter, function
650 * ListAllProcessThreads pauses before giving to its callback.
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dthread_lister.h68 int ListAllProcessThreads(void *parameter,
72 * ListAllProcessThreads pauses before giving to its callback.
H A Dthread_lister.c51 int ListAllProcessThreads(void *parameter, function
H A Dlinuxthreads.cc532 int ListAllProcessThreads(void *parameter, function
650 * ListAllProcessThreads pauses before giving to its callback.
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc292 // at random spots with ListAllProcessThreads by heap_checker_lock,
1042 // because this is called from ListAllProcessThreads
1236 // Callback for ListAllProcessThreads in IgnoreAllLiveObjectsLocked below
1289 // ListAllProcessThreads, so that CPU profiler can collect all its samples.
1290 // The machinery of ListAllProcessThreads conflicts with the CPU profiler
1297 ListAllProcessThreads(NULL, IsOneThread) == 1;
1298 // When the normal path of ListAllProcessThreads below is taken,
1307 : ListAllProcessThreads(NULL, IgnoreLiveThreadsLocked);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc292 // at random spots with ListAllProcessThreads by heap_checker_lock,
1042 // because this is called from ListAllProcessThreads
1236 // Callback for ListAllProcessThreads in IgnoreAllLiveObjectsLocked below
1289 // ListAllProcessThreads, so that CPU profiler can collect all its samples.
1290 // The machinery of ListAllProcessThreads conflicts with the CPU profiler
1297 ListAllProcessThreads(NULL, IsOneThread) == 1;
1298 // When the normal path of ListAllProcessThreads below is taken,
1307 : ListAllProcessThreads(NULL, IgnoreLiveThreadsLocked);

Completed in 502 milliseconds