| | | | |
| A |
| |
| | access dynamic thread scheduling |
| | | - thr_getprio ( ) |
| | | - thr_setprio ( ) |
| |
| | access dynamic thread scheduling parameters |
| | | - pthread_getschedparam ( ) |
| | | - pthread_setschedparam ( ) |
| |
| | aio_cancel - cancel asynchronous I/O request ( ) |
| |
| | aio_fsync - asynchronous file synchronization ( ) |
| |
| | aio_read - asynchronous read and write operations ( ) |
| |
| | aio_return - retrieve return status of asynchronous I/O operation ( ) |
| |
| | aio_suspend - wait for asynchronous I/O request ( ) |
| |
| | aio_write - asynchronous write to a file ( ) |
| |
| | aiocancel - cancel an asynchronous operation ( ) |
| |
| | aioread - read or write asynchronous I/O operations ( ) |
| |
| | aiowait - wait for completion of asynchronous I/O operation ( ) |
| |
| | aiowrite - read or write asynchronous I/O operations ( ) |
| |
| | allocate and deallocate process handles for libthread_db |
| | | - td_ta_delete ( ) |
| | | - td_ta_get_ph ( ) |
| | | - td_ta_new ( ) |
| |
| | asynchronous file synchronization, - aio_sync ( ) |
| |
| | asynchronous I/O |
| | | - aio_cancel ( ) |
| | | - aiocancel ( ) |
| | | - aiowait ( ) |
| | | retrieve return status - aio_return ( ) |
| |
| | asynchronous read and write operations, - aio_read, aio_write ( ) |
| |
| | asynchronous write to a file - aio_write ( ) |