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

  /external/compiler-rt/lib/asan/
asan_mac.cc 100 typedef void (*dispatch_function_t)(void *block); typedef in namespace:__asan
106 dispatch_function_t func;
145 asan_block_context_t *alloc_asan_context(void *ctxt, dispatch_function_t func,
156 // parameters: dispatch_queue_t, context, dispatch_function_t.
159 dispatch_function_t func) { \
177 dispatch_function_t func) {
190 dispatch_function_t func) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_libdispatch_mac.cc 35 dispatch_function_t orig_work;
72 dispatch_function_t orig_work) {
126 dispatch_function_t work) { \
185 void *context, dispatch_function_t function) {
237 dispatch_function_t work) {
268 dispatch_queue_t q, void *context, dispatch_function_t work) {

Completed in 235 milliseconds