HomeSort by: relevance | last modified time | path
    Searched defs:dispatch_function_t (Results 1 - 4 of 4) 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) {
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) {
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) {

Completed in 22 milliseconds