Searched defs:filter_in_thread (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dprofiler.h91 * If filter_in_thread is not NULL, when a profiling tick is delivered
94 * (*filter_in_thread)(filter_in_thread_arg)
97 * Note that filter_in_thread runs in a signal handler, so must be
102 * filter_in_thread be a very simple function which retrieves those
107 int (*filter_in_thread)(void *arg); member in struct:ProfilerOptions
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dprofiler.h91 * If filter_in_thread is not NULL, when a profiling tick is delivered
94 * (*filter_in_thread)(filter_in_thread_arg)
97 * Note that filter_in_thread runs in a signal handler, so must be
102 * filter_in_thread be a very simple function which retrieves those
107 int (*filter_in_thread)(void *arg); member in struct:ProfilerOptions

Completed in 295 milliseconds