MyOS Libc
__helpers.h
1 #ifndef __HELPERS_H
2 #define __HELPERS_H
3 #include <pthread.h>
4 
5 void __pthread_spin_lock_helper(pthread_spinlock_t* lock);
6 
7 #endif
int pthread_spinlock_t
Represents a spinlock.
Definition: pthread.h:12