| Description: CodeFile /code/usr/include/ucontext.h#ifndef _UCONTEXT_H #define _UCONTEXT_H 1 #include <features.h> #include <sys/ucontext.h> __BEGIN_DECLS extern int getcontext (ucontext_t *__ucp) __THROW; extern int setcontext (__const ucontext_t *__ucp) __THROW; extern int swapcontext (ucontext_t *__restrict __oucp, __const ucontext_t *__restrict __ucp) __THROW; extern void makecontext (ucontext_t *__ucp, void (*__func) (void), int __argc, ...) __THROW; __END_DECLS #endif | |||||||||||||||
Last modified: Thu, 28 Nov 2024 20:04:36 GMT Copyright © 2014 OpenSS7 Corporation All Rights Reserved. |