Home
last modified time | relevance | path

Searched refs:cpu_check_inited_once (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/
H A Dcpu_features.c65 static pthread_once_t cpu_check_inited_once = PTHREAD_ONCE_INIT; variable
70 pthread_once(&cpu_check_inited_once, _cpu_check_features); in cpu_check_features()
74 static INIT_ONCE cpu_check_inited_once = INIT_ONCE_STATIC_INIT; variable
82 InitOnceExecuteOnce(&cpu_check_inited_once, _cpu_check_features_forwarder, in cpu_check_features()
/third_party/skia/third_party/externals/zlib/
H A Dcpu_features.c65 static pthread_once_t cpu_check_inited_once = PTHREAD_ONCE_INIT; variable
70 pthread_once(&cpu_check_inited_once, _cpu_check_features); in cpu_check_features()
74 static INIT_ONCE cpu_check_inited_once = INIT_ONCE_STATIC_INIT; variable
82 InitOnceExecuteOnce(&cpu_check_inited_once, _cpu_check_features_forwarder, in cpu_check_features()
/third_party/node/deps/zlib/
H A Dcpu_features.c71 static pthread_once_t cpu_check_inited_once = PTHREAD_ONCE_INIT; variable
76 pthread_once(&cpu_check_inited_once, _cpu_check_features); in cpu_check_features()
80 static INIT_ONCE cpu_check_inited_once = INIT_ONCE_STATIC_INIT; variable
88 InitOnceExecuteOnce(&cpu_check_inited_once, _cpu_check_features_forwarder, in cpu_check_features()

Completed in 2 milliseconds