Changeset 520492a in mainline for libc/include/psthread.h
- Timestamp:
- 2006-03-24T13:57:43Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c4c5de5
- Parents:
- 4f2c821
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/include/psthread.h
r4f2c821 r520492a 45 45 struct psthread_data *self; /* ia32, amd64 needs to get self address */ 46 46 47 link_t li st;47 link_t link; 48 48 context_t ctx; 49 49 void *stack; … … 62 62 63 63 pstid_t psthread_create(int (*func)(void *), void *arg); 64 int ps _preempt(void);65 int ps _join(pstid_t psthrid);64 int psthread_schedule_next(void); 65 int psthread_join(pstid_t psthrid); 66 66 67 67 #endif
Note:
See TracChangeset
for help on using the changeset viewer.