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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc 543 typedef void (^fd_handler_t)(dispatch_data_t data, int error); typedef in namespace:__tsan
547 dispatch_queue_t q, fd_handler_t h) {
551 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) {
564 dispatch_queue_t q, fd_handler_t h) {
568 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) {

Completed in 173 milliseconds