Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/raise/
H A D2-1.c35 static int globalStatus = BEFOREHANDLER; variable
39 globalStatus = INHANDLER; in handler()
43 globalStatus = LEAVINGHANDLER; in handler()
65 if (INHANDLER == globalStatus || BEFOREHANDLER == globalStatus) { in main()
70 if (LEAVINGHANDLER == globalStatus) { in main()

Completed in 1 milliseconds