Pages du manuel Linux : Fonctions des bibliothèques / posix
- pthread_rwlock_destroy
- See pthread_rwlock_init.3posix
- pthread_rwlock_init
- destroy and initialize a read-write lock object
- pthread_rwlock_rdlock
- lock a read-write lock object for reading
- pthread_rwlock_timedrdlock
- lock a read-write lock for reading
- pthread_rwlock_timedwrlock
- lock a read-write lock for writing
- pthread_rwlock_tryrdlock
- See pthread_rwlock_rdlock.3posix
- pthread_rwlock_trywrlock
- See pthread_rwlock_wrlock.3posix
- pthread_rwlock_unlock
- unlock a read-write lock object
- pthread_rwlock_wrlock
- lock a read-write lock object for writing
- pthread_self
- get the calling thread ID
- pthread_setcancelstate
- See pthread_testcancel.3posix
- pthread_setcanceltype
- See pthread_testcancel.3posix
- pthread_setconcurrency
- See pthread_getconcurrency.3posix
- pthread_setschedparam
- See pthread_getschedparam.3posix
- pthread_setschedprio
- dynamic thread scheduling parameters access (REALTIME THREADS)
- pthread_setspecific
- See pthread_getspecific.3posix
- pthread_sigmask
- See sigprocmask.3posix
- pthread_spin_destroy
- See pthread_spin_init.3posix
- pthread_spin_init
- destroy or initialize a spin lock object (ADVANCED REALTIME THREADS)
- pthread_spin_lock
- lock a spin lock object (ADVANCED REALTIME THREADS)
- pthread_spin_trylock
- See pthread_spin_lock.3posix
- pthread_spin_unlock
- unlock a spin lock object (ADVANCED REALTIME THREADS)
- pthread_testcancel
- pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state
- ptsname
- get name of the slave pseudo-terminal device
- putc
- put a byte on a stream
- putchar
- put a byte on a stdout stream
- putchar_unlocked
- See getchar_unlocked.3posix
- putc_unlocked
- See getchar_unlocked.3posix
- putenv
- change or add a value to an environment
- putmsg
- send a message on a STREAM (STREAMS)
- putpmsg
- See putmsg.3posix
- puts
- put a string on standard output
- pututxline
- See getutxid.3posix
- putwc
- put a wide character on a stream
- putwchar
- put a wide character on a stdout stream
- pwrite
- See write.3posix
- qsort
- sort a table of data
- raise
- send a signal to the executing process
- rand
- pseudo-random number generator
- random
- pseudo-random number functions
- rand_r
- See rand.3posix
- read
- read from a file
- readdir
- read a directory
- readdir_r
- See readdir.3posix
- readlink
- read the contents of a symbolic link
- readv
- read a vector
- realloc
- memory reallocator
- realpath
- resolve a pathname
- recv
- receive a message from a connected socket
- recvfrom
- receive a message from a socket