Searched defs:_dispatch_once (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Analysis/
H A Dunix-fns.c172 // Test dispatch_once being a macro that wraps a call to _dispatch_once, which in turn
175 static inline void _dispatch_once(dispatch_once_t *predicate, dispatch_block_t block) function
180 #define dispatch_once _dispatch_once
1940 // CHECK-NEXT: <string>Calling &apos;_dispatch_once&apos;</string>
1942 // CHECK-NEXT: <string>Calling &apos;_dispatch_once&apos;</string>

Completed in 248 milliseconds