HomeSort by relevance Sort by last modified time
    Searched defs:atexit (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/lib/libast/common/vmalloc/
vmexit.c 43 int atexit(void (*exitf)(void)) function
45 int atexit(exitf)
61 atexit(void (*exitf)(void)) function
63 atexit(exitf)
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
atexit.c 30 #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 handlers *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/
conf.h 489 # define atexit(f) on_exit((f), 0) /* ugly hack for SunOS */ macro
    [all...]

Completed in 60 milliseconds