HomeSort by: relevance | last modified time | path
    Searched defs:atexit_ran (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
PGOProfiling.c 76 static int atexit_ran = 0; local in function:llvm_pgo_init
81 if (atexit_ran == 0) {
82 atexit_ran = 1;
GCDAProfiling.c 570 static int atexit_ran = 0; local in function:llvm_gcov_init
578 if (atexit_ran == 0) {
579 atexit_ran = 1;

Completed in 67 milliseconds