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

  /external/compiler-rt/lib/asan/
asan_intercepted_functions.h 177 typedef void (*dispatch_function_t)(void *block); typedef
184 void *ctxt, dispatch_function_t func);
187 void *ctxt, dispatch_function_t func);
190 void *ctxt, dispatch_function_t func);
193 void *ctxt, dispatch_function_t func);
196 void *ctxt, dispatch_function_t func);
asan_mac.cc 253 typedef void (*dispatch_function_t)(void *block); typedef in namespace:__asan
259 dispatch_function_t func;
270 dispatch_function_t func);
272 dispatch_function_t func);
274 dispatch_function_t func);
276 dispatch_function_t func);
278 void *ctxt, dispatch_function_t func);
319 asan_block_context_t *alloc_asan_context(void *ctxt, dispatch_function_t func,
330 // parameters: dispatch_queue_t, context, dispatch_function_t.
333 dispatch_function_t func) {
    [all...]

Completed in 81 milliseconds