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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xfuncs.h 89 #define atexit(f) on_exit(f, 0) macro
  /bionic/libc/stdlib/
atexit.c 1 /* $OpenBSD: atexit.c,v 1.14 2007/09/05 20:47:47 chl Exp $ */
37 #include "atexit.h"
41 struct atexit *__atexit;
56 * the backend for atexit(). For more info on this API, see:
63 struct atexit *p = __atexit;
111 atexit(void (*func)(void)) function
124 struct atexit *p, *q;
187 struct atexit *p;
atexit.h 1 /* $OpenBSD: atexit.h,v 1.7 2007/09/03 14:40:16 millert Exp $ */
33 struct atexit { struct
34 struct atexit *next; /* next in list */
48 extern struct atexit *__atexit; /* points to head of LIFO stack */
  /external/protobuf/gtest/test/
gtest_test_utils.py 36 import atexit namespace
128 atexit.register(_RemoveTempDir)

Completed in 45 milliseconds