Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2218 class ucontext(Structure): class
2220 ucontext._fields_ = [
2224 ('uc_link', POINTER(ucontext)),
2228 assert sizeof(ucontext) == 32, sizeof(ucontext)
2229 assert alignment(ucontext) == 4, alignment(ucontext)
2230 __darwin_ucontext_t = ucontext