Searched refs:pthread__cleanup_push (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/lib/libpthread/ |
H A D | pthread.h | 177 pthread__cleanup_push((routine),(arg), &__store); 183 void pthread__cleanup_push(void (*)(void *), void *, void *);
|
H A D | pthread.c | 1025 pthread__cleanup_push(void (*cleanup)(void *), void *arg, void *store) in pthread__cleanup_push() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
H A D | pthread.d | 583 pthread__cleanup_push( cleanup_routine, cleanup_arg, &__cleanup_info__ ); 592 void pthread__cleanup_push(_pthread_cleanup_routine, void*, void*);
|