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
pthread.h
pthread_spinlock_t
int pthread_spinlock_t
Represents a spinlock.
Definition:
pthread.h:12
libc
__helpers.h
Generated by
1.9.1