HomeSort by: relevance | last modified time | path
    Searched refs:OnFork (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.h 136 // OnFork must be called in the child process after fork to purge old
139 u32 OnFork(u32 tid);
sanitizer_thread_registry.cpp 368 u32 ThreadRegistry::OnFork(u32 tid) {
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl.cpp 856 u32 nthread = ctx->thread_registry.OnFork(thr->tid);

Completed in 24 milliseconds