Changeset 431 for branches/thune/thread_safe/internal.h
- Timestamp:
- 07/16/07 03:30:29 (17 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/internal.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/internal.h
r428 r431 31 31 #define UNLOCK_GLOBAL mutexUnlock( ut->env->mutex ); 32 32 33 #define LOCK_ATOMS LOCK_GLOBAL 34 #define UNLOCK_ATOMS UNLOCK_GLOBAL 35 33 36 34 37 typedef struct … … 42 45 } 43 46 AtomRec; 47 48 49 /* 50 typedef struct 51 { 52 uint8_t type; 53 uint8_t flags; 54 uint16_t _pad0; 55 uint32_t _pad1; 56 OSThread thread; 57 } 58 UCellThread; 59 */ 44 60 45 61
