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

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_mac.cc 57 typedef void *dispatch_source_t; typedef in namespace:__lsan
144 void dispatch_source_set_cancel_handler(dispatch_source_t ds,
146 void dispatch_source_set_event_handler(dispatch_source_t ds,
175 INTERCEPTOR(void, dispatch_source_set_cancel_handler, dispatch_source_t ds,
185 INTERCEPTOR(void, dispatch_source_set_event_handler, dispatch_source_t ds,
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_mac.cpp 56 typedef void *dispatch_source_t; typedef in namespace:__lsan
142 void dispatch_source_set_cancel_handler(dispatch_source_t ds,
144 void dispatch_source_set_event_handler(dispatch_source_t ds,
173 INTERCEPTOR(void, dispatch_source_set_cancel_handler, dispatch_source_t ds,
183 INTERCEPTOR(void, dispatch_source_set_event_handler, dispatch_source_t ds,
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_mac.cpp 56 typedef void *dispatch_source_t; typedef in namespace:__lsan
143 void dispatch_source_set_cancel_handler(dispatch_source_t ds,
145 void dispatch_source_set_event_handler(dispatch_source_t ds,
174 INTERCEPTOR(void, dispatch_source_set_cancel_handler, dispatch_source_t ds,
184 INTERCEPTOR(void, dispatch_source_set_event_handler, dispatch_source_t ds,
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_mac.cpp 133 typedef void* dispatch_source_t; typedef in namespace:__asan
245 void dispatch_source_set_cancel_handler(dispatch_source_t ds,
247 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void));
281 dispatch_source_t ds, void(^work)(void)) {
292 dispatch_source_t ds, void(^work)(void)) {
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_mac.cc 166 typedef void* dispatch_source_t; typedef in namespace:__asan
278 void dispatch_source_set_cancel_handler(dispatch_source_t ds,
280 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void));
314 dispatch_source_t ds, void(^work)(void)) {
325 dispatch_source_t ds, void(^work)(void)) {
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_mac.cpp 129 typedef void* dispatch_source_t; typedef in namespace:__asan
254 void dispatch_source_set_cancel_handler(dispatch_source_t ds,
256 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void));
292 dispatch_source_t ds, void(^work)(void)) {
303 dispatch_source_t ds, void(^work)(void)) {

Completed in 18 milliseconds