Searched refs:on_exit (Results 1 - 24 of 24) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Datexit.c1 /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
21 /* If the system doesn't provide a definition for atexit, use on_exit
23 on_exit (f, 0);
H A Dconfigure5062 checkfuncs="getrusage on_exit psignal strerror strsignal sysconf times sbrk gettimeofday"
5143 vsprintf waitpid getrusage on_exit psignal strerror strsignal \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Datexit.c1 /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
21 /* If the system doesn't provide a definition for atexit, use on_exit
23 on_exit (f, 0);
H A Dconfigure5062 checkfuncs="getrusage on_exit psignal strerror strsignal sysconf times sbrk gettimeofday"
5143 vsprintf waitpid getrusage on_exit psignal strerror strsignal \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Datexit.c1 /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
21 /* If the system doesn't provide a definition for atexit, use on_exit
23 on_exit (f, 0);
H A Dconfigure5062 checkfuncs="getrusage on_exit psignal strerror strsignal sysconf times sbrk gettimeofday"
5143 vsprintf waitpid getrusage on_exit psignal strerror strsignal \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A D_msg_sm.h97 msg_onexit on_exit; /* called when RMS_EXIT is received */ member in struct:msg_mgr
117 void *arg; /* Handle passed to mgr on_exit callback */
H A Dmsg_sm.c73 msg_mgr_obj->on_exit = msg_callback;
H A Dio_sm.c1261 (*hmsg_mgr->on_exit) ((void *)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/core/
H A D_msg_sm.h97 msg_onexit on_exit; /* called when RMS_EXIT is received */ member in struct:msg_mgr
117 void *arg; /* Handle passed to mgr on_exit callback */
H A Dmsg_sm.c73 msg_mgr_obj->on_exit = msg_callback;
H A Dio_sm.c1261 (*hmsg_mgr->on_exit) ((void *)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dtty_io.c743 * @on_exit: true if exiting so need to "hang up" the session
754 * The argument on_exit is set to 1 if called when a process is
766 void disassociate_ctty(int on_exit) argument
777 if (on_exit) {
782 } else if (on_exit) {
789 kill_pgrp(old_pgrp, SIGHUP, on_exit);
790 kill_pgrp(old_pgrp, SIGCONT, on_exit);
796 kill_pgrp(tty_pgrp, SIGHUP, on_exit);
797 if (!on_exit)
798 kill_pgrp(tty_pgrp, SIGCONT, on_exit);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dtty_io.c743 * @on_exit: true if exiting so need to "hang up" the session
754 * The argument on_exit is set to 1 if called when a process is
766 void disassociate_ctty(int on_exit) argument
777 if (on_exit) {
782 } else if (on_exit) {
789 kill_pgrp(old_pgrp, SIGHUP, on_exit);
790 kill_pgrp(old_pgrp, SIGCONT, on_exit);
796 kill_pgrp(tty_pgrp, SIGHUP, on_exit);
797 if (!on_exit)
798 kill_pgrp(tty_pgrp, SIGCONT, on_exit);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/src/
H A Dg10lib.h223 #define atexit(a) (on_exit((a),0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/src/
H A Dg10lib.h223 #define atexit(a) (on_exit((a),0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/src/
H A Dg10lib.h223 #define atexit(a) (on_exit((a),0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/
H A Dstdlib.h155 int _EXFUN(on_exit,(_VOID (*__func)(int, _PTR),_PTR __arg));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/
H A Dstdlib.h156 int _EXFUN(on_exit,(_VOID (*__func)(int, _PTR),_PTR __arg));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/
H A Dstdlib.h524 extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg)
529 /* Call all functions registered with `atexit' and `on_exit',
538 functions registered with `atexit' or `on_exit'. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/
H A Dstdlib.h524 extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg)
529 /* Call all functions registered with `atexit' and `on_exit',
538 functions registered with `atexit' or `on_exit'. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/
H A Dstdlib.h524 extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg)
529 /* Call all functions registered with `atexit' and `on_exit',
538 functions registered with `atexit' or `on_exit'. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/gadget/
H A Damd5536udc.c139 static DECLARE_COMPLETION(on_exit);
1771 complete(&on_exit);
3101 wait_for_completion(&on_exit);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/gadget/
H A Damd5536udc.c139 static DECLARE_COMPLETION(on_exit);
1771 complete(&on_exit);
3101 wait_for_completion(&on_exit);

Completed in 316 milliseconds