Coda Distributed File System
|
#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"
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) |
int IOMGR_Cancel | ( | PROCESS | pid | ) |
int IOMGR_CancelSignal | ( | int | signo | ) |
int IOMGR_Finalize | ( | ) |
int IOMGR_Initialize | ( | void | ) |
int IOMGR_Poll | ( | void | ) |
int IOMGR_Select | ( | int | fds, |
fd_set * | readfds, | ||
fd_set * | writefds, | ||
fd_set * | exceptfds, | ||
struct timeval * | timeout | ||
) |
int IOMGR_Signal | ( | int | signo, |
char * | event | ||
) |
int IOMGR_SoftSig | ( | void(*)(void *) | aproc, |
char * | arock | ||
) |