Home
last modified time | relevance | path

Searched refs:cleanup (Results 1 – 25 of 94) sorted by relevance

1234

/glibc-2.36/hesiod/
Dhesiod.c96 goto cleanup; in hesiod_init()
106 goto cleanup; in hesiod_init()
121 goto cleanup; in hesiod_init()
127 cleanup: in hesiod_init()
289 goto cleanup; in parse_config_file()
315 cleanup: in parse_config_file()
388 goto cleanup; in get_txt_records()
393 goto cleanup; in get_txt_records()
403 goto cleanup; in get_txt_records()
410 goto cleanup; in get_txt_records()
[all …]
/glibc-2.36/hurd/
Dsigunwind.c38 inline void cleanup (void) in _hurdsig_longjmp_from_handler()
90 if (link->cleanup == &_hurdsig_longjmp_from_handler) in _hurdsig_longjmp_from_handler()
95 cleanup (); in _hurdsig_longjmp_from_handler()
99 (*link->cleanup) (link->cleanup_data, env, val); in _hurdsig_longjmp_from_handler()
147 cleanup (); in _hurdsig_longjmp_from_handler()
/glibc-2.36/resolv/
Dns_name_pack.c160 goto cleanup; in ___ns_name_pack()
177 goto cleanup; in ___ns_name_pack()
179 goto cleanup; in ___ns_name_pack()
188 cleanup: in ___ns_name_pack()
/glibc-2.36/nptl/
Dcleanup_compat.c30 buffer->__prev = THREAD_GETMEM (self, cleanup); in __pthread_cleanup_push()
32 THREAD_SETMEM (self, cleanup, buffer); in __pthread_cleanup_push()
43 THREAD_SETMEM (self, cleanup, buffer->__prev); in __pthread_cleanup_pop()
Dlibc-cleanup.c27 buffer->__prev = THREAD_GETMEM (self, cleanup); in __libc_cleanup_push_defer()
48 THREAD_SETMEM (self, cleanup, buffer); in __libc_cleanup_push_defer()
57 THREAD_SETMEM (self, cleanup, buffer->__prev); in libc_hidden_def()
Dunwind.c46 struct _pthread_cleanup_buffer *curp = THREAD_GETMEM (self, cleanup); in unwind_stop()
69 struct _pthread_cleanup_buffer *oldp = buf->priv.data.cleanup; in unwind_stop()
89 THREAD_SETMEM (self, cleanup, curp); in unwind_stop()
Dpthread_cleanup_upto.c35 for (cbuf = THREAD_GETMEM (self, cleanup); in __pthread_cleanup_upto()
59 THREAD_SETMEM (self, cleanup, cbuf); in __pthread_cleanup_upto()
Dcleanup.c31 ibuf->priv.data.cleanup = THREAD_GETMEM (self, cleanup); in ___pthread_register_cancel()
/glibc-2.36/sysdeps/unix/
Dgrantpt.c191 goto cleanup; in grantpt()
199 goto cleanup; in grantpt()
223 goto cleanup; in grantpt()
254 cleanup: in grantpt()
/glibc-2.36/stdlib/
Dtst-setcontext3.sh32 cleanup() { function
35 trap cleanup 0
/glibc-2.36/scripts/
Dupdate-abilist.sh41 cleanup () { function
46 trap cleanup 0
/glibc-2.36/gmon/
Dtst-gmon-gprof.sh32 cleanup () { function
37 trap cleanup 0
Dtst-gmon-static-gprof.sh32 cleanup () { function
37 trap cleanup 0
/glibc-2.36/sysdeps/nptl/
Dlibc_start_call_main.h52 unwind_buf.priv.data.cleanup = THREAD_GETMEM (self, cleanup); in __libc_start_call_main()
/glibc-2.36/elf/
Dtst-ldconfig-X.sh27 cleanup () { function
30 trap cleanup 0
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-syscall-list.sh67 cleanup () { function
70 trap cleanup 0
/glibc-2.36/sysdeps/pthread/
Dtst-cancel12.c33 cleanup (void *arg) in cleanup() function
48 pthread_cleanup_push (cleanup, NULL); in tf()
Dtst-cancel13.c33 cleanup (void *arg) in cleanup() function
48 pthread_cleanup_push (cleanup, NULL); in tf()
Dtst-cancel10.c25 cleanup (void *arg) in cleanup() function
43 pthread_cleanup_push (cleanup, arg); in tf()
Dtst-cancel11.c31 cleanup (void *arg) in cleanup() function
48 pthread_cleanup_push (cleanup, NULL); in tf()
Dtst-cancel9.c30 cleanup (void *arg) in cleanup() function
52 pthread_cleanup_push (cleanup, NULL); in tf()
Dtst-cancel14.c34 cleanup (void *arg) in cleanup() function
49 pthread_cleanup_push (cleanup, NULL); in tf()
Dtst-cond25.c41 void cleanup (void *u) in cleanup() function
109 pthread_cleanup_push (cleanup, NULL); in waiter()
162 pthread_cleanup_push (cleanup, NULL); in timed_waiter()
Dtst-cancel15.c34 cleanup (void *arg) in cleanup() function
51 pthread_cleanup_push (cleanup, NULL); in tf()
/glibc-2.36/rt/
Daio_suspend.c55 cleanup (void *arg) in cleanup() function
189 __libc_cleanup_region_start (1, cleanup, &clparam); in ___aio_suspend_time64()
191 __pthread_cleanup_push (cleanup, &clparam); in ___aio_suspend_time64()

1234