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