Searched refs:cleanup_arg (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/include/
H A Dpthread.h170 #define pthread_cleanup_push(cleanup_routine, cleanup_arg) \
173 __pthread_cleanup_push_imp(cleanup_routine, cleanup_arg,\
/freebsd-10.0-release/contrib/unbound/util/
H A Dalloc.h90 void* cleanup_arg; member in struct:alloc_cache
H A Dalloc.c119 alloc->cleanup_arg = NULL;
178 (*alloc->cleanup)(alloc->cleanup_arg);
338 alloc->cleanup_arg = arg;
/freebsd-10.0-release/tools/regression/aio/aiotest/
H A Daiotest.c178 void *cleanup_arg)
197 ac->ac_cleanup_arg = cleanup_arg;
176 aio_context_init(struct aio_context *ac, const char *test, int read_fd, int write_fd, int buflen, int seconds, void (*cleanup)(void *), void *cleanup_arg) argument

Completed in 176 milliseconds