Searched defs:atexit (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmexit.c43 int atexit(void (*exitf)(void)) function
45 int atexit(exitf)
61 atexit(void (*exitf)(void)) function
63 atexit(exitf)
/osnet-11/usr/src/lib/libc/port/gen/
H A Datexit.c30 #pragma weak _atexit = atexit
35 #include "atexit.h"
45 * to malloc occuring before main will crash. The loader calls atexit(3C)
48 * Another reason for using lmalloc()/lfree() is that the atexit()
69 * use mutex_lock()/mutex_unlock(). This means that atexit()
92 * atexit() is called before the primordial thread is fully set up.
96 atexit(void (*func)(void)) function
126 /* disable cancellation while running atexit handlers */
279 * processes dlclose calls on objects with atexit registrations. It
293 /* disable cancellation while running atexit handler
[all...]
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py70 import atexit, os, re, sys, stat, termios namespace
238 atexit.register(wrapper, orig)
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h492 # define atexit(f) on_exit((f), 0) /* ugly hack for SunOS */ macro

Completed in 37 milliseconds