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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dabort.c71 __cleanup();
/osnet-11/usr/src/lib/libc/inc/
H A Dstdiom.h137 extern void __cleanup(void);
H A Dthr_uberdata.h266 typedef struct __cleanup { struct
267 struct __cleanup *next; /* pointer to next handler */
/osnet-11/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
/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c1210 extern void __cleanup(void);
1249 * Every libc, regardless of which link map, must register __cleanup().
1251 (void) _atexit(__cleanup);

Completed in 40 milliseconds