| | | | |
| R |
| |
| | read or write asynchronous I/O operations |
| | | - aioread ( ) |
| | | - aiowrite ( ) |
| |
| | reading and writing thread registers in libthread_db |
| | | - td_thr_getfpregs ( ) |
| | | - td_thr_getgregs ( ) |
| | | - td_thr_getxregs ( ) |
| | | - td_thr_getxregsize ( ) |
| | | - td_thr_setfpregs ( ) |
| | | - td_thr_setgregs ( ) |
| | | - td_thr_setxregs ( ) |
| |
| | register fork handlers - pthread_atfork ( ) |
| |
| | return credential information associated with the client - door_cred ( ) ( ) |
| |
| | return from a door invocation - door_return ( ) |
| |
| | return information associated with a door descriptor - door_info ( ) ( ) |
| |
| | return the synchronization handle for the object on which a thread is blocked - td_thr_sleepinfo ( ) |
| |
| | revoke access to a door descriptor - door_revoke ( ) ( ) |
| |
| | routines that access the target process register in libthread_db |
| | | - ps_lgetfpregs ( ) |
| | | - ps_lgetregs ( ) |
| | | - ps_lgetxregs ( ) |
| | | - ps_lgetxregsize ( ) |
| | | - ps_lsetfpregs ( ) |
| | | - ps_lsetregs ( ) |
| | | - ps_lsetxregs ( ) |
| |
| | rw_rdlock() - acquire a read lock ( ) |
| |
| | rw_tryrdlock() - acquire a read lock ( ) |
| |
| | rw_trywrlock() - acquire a write lock ( ) |
| |
| | rw_unlock() - unlock a readers/writer lock ( ) |
| |
| | rw_wrlock() - acquire a write lock ( ) |
| |
| | rwlock_destroy() - destroy a readers/writer lock ( ) |
| |
| | rwlock_init() - initialize a readers/writer lock ( ) |