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

/illumos-gate/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)
/illumos-gate/usr/src/lib/libc/port/gen/
H A Datexit.c32 #pragma weak _atexit = atexit
37 #include "atexit.h"
47 * to malloc occuring before main will crash. The loader calls atexit(3C)
50 * Another reason for using lmalloc()/lfree() is that the atexit()
71 * use mutex_lock()/mutex_unlock(). This means that atexit()
97 * This is called via atexit() before the primordial thread is fully set up.
128 atexit(void (*func)(void)) function
145 /* disable cancellation while running atexit handlers */
319 * processes dlclose calls on objects with atexit registrations. It
333 /* disable cancellation while running atexit handler
[all...]
/illumos-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py72 import atexit, os, re, sys, stat, termios namespace
227 atexit.register(wrapper, orig)
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h489 # define atexit(f) on_exit((f), 0) /* ugly hack for SunOS */ macro

Completed in 80 milliseconds