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_mac.cc 133 typedef void (*dispatch_function_t)(void *block); typedef in namespace:__asan
139 dispatch_function_t func;
178 asan_block_context_t *alloc_asan_context(void *ctxt, dispatch_function_t func,
189 // parameters: dispatch_queue_t, context, dispatch_function_t.
192 dispatch_function_t func) { \
210 dispatch_function_t func) {
223 dispatch_function_t func) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_libdispatch_mac.cc 35 dispatch_function_t orig_work;
83 dispatch_function_t orig_work) {
163 dispatch_function_t work) { \
176 dispatch_function_t work) { \
216 dispatch_function_t work) {
259 void *context, dispatch_function_t function) {
314 dispatch_function_t work) {
352 dispatch_queue_t q, void *context, dispatch_function_t work) {
375 dispatch_source_t source, dispatch_function_t handler) {
404 dispatch_source_t source, dispatch_function_t handler)
    [all...]

Completed in 1131 milliseconds