HomeSort by: relevance | last modified time | path
    Searched refs:dispatch_function_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_mac.cc 59 typedef void (*dispatch_function_t)(void *block); typedef in namespace:__lsan
65 dispatch_function_t func;
99 dispatch_function_t func) {
110 // parameters: dispatch_queue_t, context, dispatch_function_t.
113 dispatch_function_t func) { \
124 void *ctxt, dispatch_function_t func) {
131 dispatch_queue_t dq, void *ctxt, dispatch_function_t func) {
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_mac.cc 168 typedef void (*dispatch_function_t)(void *block); typedef in namespace:__asan
174 dispatch_function_t func;
214 asan_block_context_t *alloc_asan_context(void *ctxt, dispatch_function_t func,
225 // parameters: dispatch_queue_t, context, dispatch_function_t.
228 dispatch_function_t func) { \
246 dispatch_function_t func) {
259 dispatch_function_t func) {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc 40 dispatch_function_t orig_work;
92 dispatch_function_t orig_work) {
199 dispatch_function_t work) { \
212 dispatch_function_t work) { \
252 dispatch_function_t work) {
295 void *context, dispatch_function_t function) {
350 dispatch_function_t work) {
388 dispatch_queue_t q, void *context, dispatch_function_t work) {
411 dispatch_source_t source, dispatch_function_t handler) {
440 dispatch_source_t source, dispatch_function_t handler)
    [all...]

Completed in 12 milliseconds