Searched refs:cleanup (Results 1 - 9 of 9) sorted by relevance

/seL4-test-master/projects/util_libs/libutils/include/utils/
H A Dauto.h32 #define AUTOFREE __attribute__((cleanup(autofree_)))
H A Dattribute.h34 #define CLEANUP(fn) __attribute__((cleanup(fn)))
/seL4-test-master/projects/musllibc/src/thread/
H A Dsem_timedwait.c4 static void cleanup(void *p) function
22 pthread_cleanup_push(cleanup, (void *)(sem->__val+1));
/seL4-test-master/projects/musllibc/src/passwd/
H A Dgetgrouplist.c30 if (!f) goto cleanup;
33 if (!nscdbuf) goto cleanup;
36 goto cleanup;
47 goto cleanup;
61 goto cleanup;
74 cleanup:
H A Dgetspnam_r.c56 static void cleanup(void *p) function
99 pthread_cleanup_push(cleanup, f);
/seL4-test-master/tools/seL4/cmake-tool/helpers/
H A Dmake-uimage62 cleanup () { function
114 trap cleanup HUP INT QUIT TERM EXIT
/seL4-test-master/projects/musllibc/src/network/
H A Dres_msend.c17 static void cleanup(void *p) function
85 pthread_cleanup_push(cleanup, (void *)(intptr_t)fd);
/seL4-test-master/projects/musllibc/src/aio/
H A Daio.c36 * cleanup handler.
137 static void cleanup(void *ctx) function
225 pthread_cleanup_push(cleanup, &at);
/seL4-test-master/tools/riscv-pk/
H A Dconfigure1693 # When interrupted or exit'd, cleanup temporary files, and complete

Completed in 50 milliseconds