HomeSort by relevance Sort by last modified time
    Searched refs:_dispatch_once (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Analysis/
unix-fns.c 172 // 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
    [all...]
  /external/clang/test/CodeGenCXX/
predefined-expr.cpp 555 void _dispatch_once(dispatch_block_t block);
559 _dispatch_once(^{ notify_register_dispatch( ^(int token) { XXLog(__FUNCTION__); });
566 _dispatch_once(^{ notify_register_dispatch( ^(int token) { XXLog(__FUNCTION__); });

Completed in 117 milliseconds