Coda Distributed File System
Functions
iomgr_pt.c File Reference
#include <pthread.h>
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
#include <stdlib.h>
#include <signal.h>
#include <string.h>
#include <assert.h>
#include <lwp/lwp.h>
#include "lwp.private_pt.h"
Include dependency graph for iomgr_pt.c:

Functions

int IOMGR_Initialize (void)
 
int IOMGR_Select (int fds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout)
 
int IOMGR_Poll (void)
 
int IOMGR_Cancel (PROCESS pid)
 
int IOMGR_Finalize ()
 
int IOMGR_SoftSig (void(*aproc)(void *), char *arock)
 
int IOMGR_Signal (int signo, char *event)
 
int IOMGR_CancelSignal (int signo)
 

Function Documentation

◆ IOMGR_Cancel()

int IOMGR_Cancel ( PROCESS  pid)

◆ IOMGR_CancelSignal()

int IOMGR_CancelSignal ( int  signo)

◆ IOMGR_Finalize()

int IOMGR_Finalize ( )

◆ IOMGR_Initialize()

int IOMGR_Initialize ( void  )

◆ IOMGR_Poll()

int IOMGR_Poll ( void  )

◆ IOMGR_Select()

int IOMGR_Select ( int  fds,
fd_set *  readfds,
fd_set *  writefds,
fd_set *  exceptfds,
struct timeval *  timeout 
)

◆ IOMGR_Signal()

int IOMGR_Signal ( int  signo,
char *  event 
)

◆ IOMGR_SoftSig()

int IOMGR_SoftSig ( void(*)(void *)  aproc,
char *  arock 
)