Changeset 085bd54 in mainline for libc/include/psthread.h
- Timestamp:
- 2006-06-06T15:16:08Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 63bb83e
- Parents:
- d7eafd8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/include/psthread.h
rd7eafd8 r085bd54 41 41 #endif /* context_set */ 42 42 43 #define PSTHREAD_SERIALIZED 1 44 43 45 typedef enum { 44 46 PS_TO_MANAGER, 45 47 PS_FROM_MANAGER, 46 PS_PREEMPT 48 PS_PREEMPT, 49 PS_FROM_DEAD 47 50 } pschange_type; 48 51 … … 76 79 void psthread_remove_manager(void); 77 80 pstid_t psthread_get_id(void); 81 void psthread_inc_sercount(void); 82 void psthread_dec_sercount(void); 78 83 79 84 static inline int psthread_schedule_next() {
Note:
See TracChangeset
for help on using the changeset viewer.