Searched refs:atexit (Results 1 – 14 of 14) sorted by relevance
125 atexit() implementation:128 library which registered a function with 'atexit' is unloaded explicitely135 such atexit() handlers when the corresponding shared library is unloaded.137 However, this requires that the atexit() implementation be part of the141 implementation of atexit() in assembler that essentially does:143 void atexit(void(*myfunc)(void))151 Note that crtbegin_static.[cS] should *not* provide an atexit() function224 3. atexit compatibility symbol:226 Earlier versions of the C library implemented and exported an atexit()228 GLibc extension which automatically un-registers atexit() handlers when[all …]
43 int atexit(void (*func)(void)) { in atexit() function
21 import atexit176 atexit.register(lambda: device.forward_remove("tcp:{}".format(port)))
52 extern int atexit(void (*)(void));
47 extern int atexit(void (*)(void));
16 import atexit371 atexit.register(p.kill)