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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
maybe_threads.h 49 int perftools_pthread_once(pthread_once_t *ctl,
maybe_threads.cc 104 int perftools_pthread_once(pthread_once_t *ctl,
malloc_extension.cc 213 perftools_pthread_once(&module_init, InitModule);
218 perftools_pthread_once(&module_init, InitModule);
malloc_hook.cc 116 perftools_pthread_once(&once, &RemoveInitialHooksAndCallInitializers);
126 perftools_pthread_once(&once, &RemoveInitialHooksAndCallInitializers);
131 perftools_pthread_once(&once, &RemoveInitialHooksAndCallInitializers);
debugallocation.cc 624 perftools_pthread_once(&deleted_buffer_initialized_, &InitDeletedBuffer);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
maybe_threads.h 49 int perftools_pthread_once(pthread_once_t *ctl,
maybe_threads.cc 104 int perftools_pthread_once(pthread_once_t *ctl,
malloc_extension.cc 207 perftools_pthread_once(&module_init, InitModule);
212 perftools_pthread_once(&module_init, InitModule);
malloc_hook.cc 116 perftools_pthread_once(&once, &RemoveInitialHooksAndCallInitializers);
126 perftools_pthread_once(&once, &RemoveInitialHooksAndCallInitializers);
131 perftools_pthread_once(&once, &RemoveInitialHooksAndCallInitializers);
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 166 EXTERN_C int perftools_pthread_once(pthread_once_t *once_control,
203 perftools_pthread_once(&initialize_token_, InitializeMutex);
224 perftools_pthread_once(&initialize_token_, InitializeMutex);
port.cc 196 extern "C" int perftools_pthread_once(pthread_once_t *once_control, function
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 163 EXTERN_C int perftools_pthread_once(pthread_once_t *once_control,
200 perftools_pthread_once(&initialize_token_, InitializeMutex);
221 perftools_pthread_once(&initialize_token_, InitializeMutex);
port.cc 194 extern "C" int perftools_pthread_once(pthread_once_t *once_control, function

Completed in 292 milliseconds