Definition in file sio.c.
Go to the source code of this file.
Defines | |
#define | PATH "/aup/c3/datafile.txt" |
#define | FREQ 8000 |
Functions | |
void | synchronous (void) |
void | asynchronous (void) |
int | main (void) |
|
Definition at line 36 of file sio.c. Referenced by aio_test(), asynchronous(), and synchronous(). |
|
Definition at line 35 of file sio.c. Referenced by aio_test(), asynchronous(), and synchronous(). |
|
Definition at line 63 of file sio.c. References aiocb::aio_buf, aio_error(), aiocb::aio_fildes, aiocb::aio_nbytes, aio_read(), aiocb::aio_sigevent, aio_suspend(), EC_CLEANUP_BGN, EC_CLEANUP_END, EC_FLUSH, ec_neg1, ec_rv, FREQ, open(), PATH, read(), sigevent::sigev_notify, timestart(), and timestop(). Referenced by main(). |
|
Definition at line 100 of file sio.c. References asynchronous(), exit(), and synchronous(). |
|
Definition at line 38 of file sio.c. References EC_CLEANUP_BGN, EC_CLEANUP_END, EC_FLUSH, ec_neg1, FREQ, open(), PATH, read(), timestart(), and timestop(). Referenced by main(). |