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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc 544 typedef void (^cleanup_handler_t)(int error); typedef in namespace:__tsan
637 dispatch_fd_t fd, dispatch_queue_t q, cleanup_handler_t h) {
642 cleanup_handler_t new_h = Block_copy(^(int error) {
661 mode_t mode, dispatch_queue_t q, cleanup_handler_t h) {
667 cleanup_handler_t new_h = Block_copy(^(int error) {
687 cleanup_handler_t h) {
692 cleanup_handler_t new_h = Block_copy(^(int error) {
tsan_libdispatch_mac.cc 544 typedef void (^cleanup_handler_t)(int error); typedef in namespace:__tsan
637 dispatch_fd_t fd, dispatch_queue_t q, cleanup_handler_t h) {
642 cleanup_handler_t new_h = Block_copy(^(int error) {
661 mode_t mode, dispatch_queue_t q, cleanup_handler_t h) {
667 cleanup_handler_t new_h = Block_copy(^(int error) {
687 cleanup_handler_t h) {
692 cleanup_handler_t new_h = Block_copy(^(int error) {

Completed in 26 milliseconds