Changeset 20229 in webkit for trunk/JavaScriptCore/wtf/TCSpinLock.h
- Timestamp:
- Mar 15, 2007, 10:12:59 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/TCSpinLock.h
r19245 r20229 35 35 36 36 #include "config.h" 37 38 #if (PLATFORM(X86) || PLATFORM(PPC)) && COMPILER(GCC) 39 37 40 #include <time.h> /* For nanosleep() */ 41 38 42 #include <sched.h> /* For sched_yield() */ 43 39 44 #if HAVE(STDINT_H) 40 45 #include <stdint.h> … … 46 51 #include <stdlib.h> /* for abort() */ 47 52 48 #if (PLATFORM(X86) || PLATFORM(PPC)) && COMPILER(GCC)49 53 static void TCMalloc_SlowLock(volatile unsigned int* lockword); 50 54
Note:
See TracChangeset
for help on using the changeset viewer.