Links

GitHub

Open HUB

Quick Links

Download

STREAMS

SIGTRAN

SS7

Hardware

SCTP

Browse Source

Applications

SS7 Stack

ISDN Stack

SIGTRAN Stack

VoIP Stack

MG Stack

SS7/ISDN Devices

IP Transport

Embedded Systems

Operating System

Resources

Packages

Sys Req

Repositories

Download

Mailing Lists

Browse Source

CVS Archive

Bug Reports

Library

Hardware

Vendor Links

Home

Overview

Status

Documentation

Resources

About

News

Description: Code

File /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.