OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Once
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profiling.cc
50
// We use a global buffer queue, which gets initialized
once
at initialisation
427
static pthread_once_t
Once
= PTHREAD_ONCE_INIT;
429
&
Once
, +[] {
xray_fdr_logging.cc
311
//
Once
flushed, we should set the global status of the logging implementation
423
// Test
once
for required CPU features
569
static pthread_once_t
Once
= PTHREAD_ONCE_INIT;
571
&
Once
, +[] {
599
static pthread_once_t
Once
= PTHREAD_ONCE_INIT;
601
&
Once
, +[] {
xray_profile_collector.cc
385
static pthread_once_t
Once
= PTHREAD_ONCE_INIT;
389
&
Once
, +[]() XRAY_NEVER_INSTRUMENT {
Completed in 46 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025