Searched refs:routine (Results 1 – 3 of 3) sorted by relevance
46 void __pthread_cleanup_push(__pthread_cleanup_t* c, __pthread_cleanup_func_t routine, void* arg) { in __pthread_cleanup_push() argument48 c->__cleanup_routine = routine; in __pthread_cleanup_push()
271 #define pthread_cleanup_push(routine, arg) \ argument274 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
126 Any allocation routine, other than calloc, will result in the allocation being