OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exit_handler
(Results
1 - 8
of
8
) sorted by null
/device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
VbeShim.sh
27
exit_handler
()
function
32
trap
exit_handler
EXIT
/external/boringssl/src/crypto/test/
malloc.cc
66
static void
exit_handler
(void) {
function
94
atexit(
exit_handler
);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/
18-1.c
39
void
exit_handler
(int signo)
function
68
act.sa_handler =
exit_handler
;
18-2.c
40
void
exit_handler
(int signo)
function
70
act.sa_handler =
exit_handler
;
5-2.c
39
void
exit_handler
(int signo)
function
70
act.sa_handler =
exit_handler
;
8-1.c
36
void
exit_handler
(int signo)
function
67
act.sa_handler =
exit_handler
;
/external/syslinux/gpxe/src/core/
gdbstub.c
41
int
exit_handler
; /* leave interrupt handler */
member in struct:gdbstub
244
stub->
exit_handler
= 1;
373
stub.
exit_handler
= 0;
375
while ( !stub.
exit_handler
&& ( len = stub.trans->recv ( packet, sizeof ( packet ) ) ) > 0 ) {
/external/syslinux/com32/gdbstub/
gdbstub.c
72
int
exit_handler
; /* leave interrupt handler */
member in struct:gdbstub
434
stub->
exit_handler
= 1;
563
stub.
exit_handler
= 0;
565
while (!stub.
exit_handler
)
Completed in 924 milliseconds