MAN 3r
MAN 3r
- aio_cancel - cancel asynchronous I/O request
- aio_fsync - asynchronous file synchronization
- aio_read, aio_write - asynchronous read and write operations
- aio_return, aio_error - retrieve return or error status of asynchronous I/O operation
- aio_suspend - wait for asynchronous I/O request
- clock_settime, clock_gettime, clock_getres - high-resolution clock operations
- fdatasync - synchronize a file's data
- lio_listio - list directed I/O
- mq_close - close a message queue
- mq_notify - notify process (or thread) that a message is available on a queue
- mq_open - open a message queue
- mq_receive - receive a message from a message queue
- mq_send - send a message to a message queue
- mq_setattr, mq_getattr - set/get message queue attributes
- mq_unlink - remove a message queue
- nanosleep - high resolution sleep
- sched_get_priority_max, sched_get_priority_min, sched_rr_get_interval - get scheduling parameter limits
- sched_setparam, sched_getparam - set/get scheduling parameters
- sched_setscheduler, sched_getscheduler - set/get scheduling policy and scheduling parameters
- sched_yield - yield processor
- sem_close - close a named semaphore
- sem_destroy - destroy an unnamed semaphore
- sem_getvalue - get the value of a semaphore
- sem_init - initialize an unnamed semaphore
- sem_open - initialize/open a named semaphore
- sem_post - increment the count of a semaphore
- sem_unlink - remove a named semaphore
- sem_wait, sem_trywait - acquire or wait for a semaphore
- shm_open - open a shared memory object
- shm_unlink - remove a shared memory object
- sigqueue - queue a signal to a process
- sigwaitinfo, sigtimedwait - wait for queued signals
- timer_create - create a timer
- timer_delete - delete a per-LWP timer
- timer_settime, timer_gettime, timer_getoverrun - high-resolution timer operations
|
|
Created by unroff & hp-tools.
© by Hans-Peter Bischof. All Rights Reserved (1997).
Last modified 21/April/97