Home
last modified time | relevance | path

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

/netbsd/lib/libpuffs/
H A Dcallcontext.c355 return getcontext(&pu->pu_mainctx); in puffs__cc_savemain()
367 return setcontext(&pu->pu_mainctx); in puffs__cc_restoremain()
H A Dpuffs_priv.h101 ucontext_t pu_mainctx; member
H A Dpuffs.c1031 if (getcontext(&pu->pu_mainctx) == -1) { in puffs_mainloop()