OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dispatch_once
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc
259
// GCD's
dispatch_once
implementation has a fast path that contains a racy read
262
// code following the call to
dispatch_once
. We could deal with this in
268
// are the loads on the fast path. Loads don't race. Secondly,
dispatch_once
is
271
#undef
dispatch_once
macro
272
TSAN_INTERCEPTOR(void,
dispatch_once
, dispatch_once_t *predicate,
274
SCOPED_INTERCEPTOR_RAW(
dispatch_once
, predicate, block);
298
WRAP(
dispatch_once
)(predicate, ^(void) {
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_libdispatch.cpp
276
// GCD's
dispatch_once
implementation has a fast path that contains a racy read
279
// code following the call to
dispatch_once
. We could deal with this in
285
// are the loads on the fast path. Loads don't race. Secondly,
dispatch_once
is
288
#undef
dispatch_once
macro
289
TSAN_INTERCEPTOR(void,
dispatch_once
, dispatch_once_t *predicate,
291
SCOPED_INTERCEPTOR_RAW(
dispatch_once
, predicate, block);
315
WRAP(
dispatch_once
)(predicate, ^(void) {
783
INTERCEPT_FUNCTION(
dispatch_once
);
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_libdispatch.cpp
276
// GCD's
dispatch_once
implementation has a fast path that contains a racy read
279
// code following the call to
dispatch_once
. We could deal with this in
285
// are the loads on the fast path. Loads don't race. Secondly,
dispatch_once
is
288
#undef
dispatch_once
macro
289
TSAN_INTERCEPTOR(void,
dispatch_once
, dispatch_once_t *predicate,
291
SCOPED_INTERCEPTOR_RAW(
dispatch_once
, predicate, block);
315
WRAP(
dispatch_once
)(predicate, ^(void) {
783
INTERCEPT_FUNCTION(
dispatch_once
);
Completed in 30 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026