- Timestamp:
- 03/27/15 17:24:32 (6 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 5431dfc
- Parents:
- 7c95027
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/pthread_spinlock.c
rc63bcdf rac6ac7f 30 30 */ 31 31 32 #ifndef __PTHREAD_SPINLOCK_H33 #define __PTHREAD_SPINLOCK_H34 35 32 #ifdef __APPLE__ 36 33 37 34 #include "pthread_spinlock.h" 38 39 typedef OSSpinLock pthread_spinlock_t;40 35 41 36 int pthread_spin_lock(pthread_spinlock_t *lock) { … … 79 74 80 75 #endif /* __APPLE__ */ 81 #endif /* __PTHREAD_SPINLOCK_H */
Note: See TracChangeset
for help on using the changeset viewer.