Searched refs:__cleanup (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dabort.c71 __cleanup();
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h139 extern void __cleanup(void);
H A Dthr_uberdata.h269 typedef struct __cleanup { struct
270 struct __cleanup *next; /* pointer to next handler */
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c148 #pragma weak _cleanup = __cleanup
150 __cleanup(void) /* called at process end to flush ouput streams */ function
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c1215 extern void __cleanup(void);
1254 * Every libc, regardless of which link map, must register __cleanup().
1256 (void) _atexit(__cleanup);

Completed in 93 milliseconds