Home
last modified time | relevance | path

Searched refs:ocontext (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1875 struct sigaction context, ocontext; in PyOS_setsig() local
1879 if (sigaction(sig, &context, &ocontext) == -1) in PyOS_setsig()
1881 return ocontext.sa_handler; in PyOS_setsig()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1900 struct sigaction context, ocontext; in PyOS_setsig() local
1904 if (sigaction(sig, &context, &ocontext) == -1) in PyOS_setsig()
1906 return ocontext.sa_handler; in PyOS_setsig()