Searched refs:__darwin_pthread_handler_rec (Results 1 – 1 of 1) sorted by relevance
2099 class __darwin_pthread_handler_rec(Structure): class2101 __darwin_pthread_handler_rec._fields_ = [2104 ('__next', POINTER(__darwin_pthread_handler_rec)),2106 assert sizeof(__darwin_pthread_handler_rec) == 12, sizeof(__darwin_pthread_handler_rec)2107 assert alignment(__darwin_pthread_handler_rec) == 4, alignment(__darwin_pthread_handler_rec)2176 ('__cleanup_stack', POINTER(__darwin_pthread_handler_rec)),