RTEMS CPU Kit with SuperCore
4.11.3
|
Wait at a Spinlock. More...
#include <pthread.h>
#include <errno.h>
#include <rtems/system.h>
#include <rtems/posix/spinlockimpl.h>
Functions | |
int | pthread_spin_lock (pthread_spinlock_t *spinlock) |
This directive allows a thread to wait at a spinlock. More... | |
Wait at a Spinlock.
int pthread_spin_lock | ( | pthread_spinlock_t * | spinlock | ) |
This directive allows a thread to wait at a spinlock.
[in] | spinlock | is spinlock id |