fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
Data Structures | Macros | Functions | Variables
iopause.h File Reference
#include <sys/types.h>
#include "taia.h"
Include dependency graph for iopause.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  iopause_fd
 

Macros

#define IOPAUSE_POLL
 
#define IOPAUSE_READ   1
 
#define IOPAUSE_WRITE   4
 

Functions

int iopause (iopause_fd *, unsigned int, struct taia *, struct taia *)
 

Variables

unsigned long pollmax
 

Macro Definition Documentation

◆ IOPAUSE_POLL

#define IOPAUSE_POLL

Definition at line 4 of file iopause.h.

◆ IOPAUSE_READ

#define IOPAUSE_READ   1

Definition at line 19 of file iopause.h.

◆ IOPAUSE_WRITE

#define IOPAUSE_WRITE   4

Definition at line 20 of file iopause.h.

Function Documentation

◆ iopause()

int iopause ( iopause_fd x,
unsigned int  len,
struct taia deadline,
struct taia stamp 
)

Definition at line 14 of file iopause.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ pollmax

unsigned long pollmax
extern