Pages du manuel Linux : Fonctions des bibliothèques

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_self
renvoie l'identifiant du thread appelant.
pthread_setcancelstate
See pthread_testcancel.3posix
pthread_setcancelstate
See pthread_cancel.3
pthread_setcanceltype
See pthread_testcancel.3posix
pthread_setcanceltype
See pthread_cancel.3
pthread_setconcurrency
See pthread_getconcurrency.3posix
pthread_setfp_np
allow use of floating-point operations in a thread.
pthread_setschedparam
See pthread_getschedparam.3posix
pthread_setschedparam
paramètres d'ordonnancement du thread
pthread_setschedprio
dynamic thread scheduling parameters access (REALTIME THREADS)
pthread_setspecific
See pthread_getspecific.3posix
pthread_sigmask
See sigprocmask.3posix
pthread_sigmask
gestion des signaux dans les threads
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_suspend_np
suspend execution of a realtime thread.
pthread_testcancel
pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state
pthread_testcancel
See pthread_cancel.3
pthread_wait_np
suspend the current thread until the next period
pthread_wakeup_np
wake up a realtime thread.
ptsname
Obtenir le nom d'un pseudo-terminal esclave.
ptsname
get name of the slave pseudo-terminal device
publib
introduction to publib
pugs::hack
How to hack on Pugs
pugs::run
How to run Pugs
punycode_decode
decode Punycode to Unicode
punycode_encode
encode Unicode to Punycode
punycode_strerror
return string describing punycode error code
pushbutton
Create and manipulate a push button widget
pushbuttonscreenshots
QwtPushButton
push_config_state
Pushes the current configuration state. Allegro game programming library.
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
Ajouter ou modifier une variable d'environnement.
putenv
change or add a value to an environment
putfile
write a file to a buffer.
putgrent
Écrire un enregistrement base de données group dans un fichier.
putmsg
send a message on a STREAM (STREAMS)
putpixel
Writes a pixel into a bitmap. Allegro game programming library.
putpmsg
See putmsg.3posix