HomeSort by: relevance | last modified time | path
    Searched defs:dispatch_apply (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc 482 TSAN_INTERCEPTOR(void, dispatch_apply, size_t iterations,
485 SCOPED_TSAN_INTERCEPTOR(dispatch_apply, iterations, queue, block);
494 SCOPED_INTERCEPTOR_RAW(dispatch_apply);
502 REAL(dispatch_apply)(iterations, queue, new_block);
514 WRAP(dispatch_apply)(iterations, queue, new_block); local in function:__tsan::TSAN_INTERCEPTOR
tsan_libdispatch_mac.cc 482 TSAN_INTERCEPTOR(void, dispatch_apply, size_t iterations,
485 SCOPED_TSAN_INTERCEPTOR(dispatch_apply, iterations, queue, block);
494 SCOPED_INTERCEPTOR_RAW(dispatch_apply);
502 REAL(dispatch_apply)(iterations, queue, new_block);
514 WRAP(dispatch_apply)(iterations, queue, new_block); local in function:__tsan::TSAN_INTERCEPTOR

Completed in 26 milliseconds