]>
git.saurik.com Git - apple/libc.git/blob - pthreads.subproj/pthread_impl.h
1 #ifndef _PTHREAD_IMPL_H_
2 #define _PTHREAD_IMPL_H_
4 * Internal implementation details
7 /* This whole header file will disappear, so don't depend on it... */
12 * [Internal] data structure signatures
14 #define _PTHREAD_MUTEX_SIG_init 0x32AAABA7
15 #define _PTHREAD_COND_SIG_init 0x3CB0B1BB
16 #define _PTHREAD_ONCE_SIG_init 0x30B1BCBA
18 * POSIX scheduling policies
24 #define __SCHED_PARAM_SIZE__ 4
26 #endif /* __POSIX_LIB__ */
28 #endif /* _PTHREAD_IMPL_H_ */