Skip to main content

Module spin

Module spin 

Source

Functions§

pthread_spin_destroy
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_spin_destroy.html.
pthread_spin_init
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_spin_init.html.
pthread_spin_lock
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_spin_lock.html.
pthread_spin_trylock
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_spin_trylock.html.
pthread_spin_unlock
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_spin_unlock.html.