Changeset d681c17 in mainline for uspace/libc/generic/psthread.c
- Timestamp:
- 2006-09-05T14:52:11Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5035eeb7
- Parents:
- 2def788
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/generic/psthread.c
r2def788 rd681c17 62 62 static int threads_in_manager; 63 63 64 /** Setup PSthread information into TCB structure */64 /** Setup psthread information into TCB structure */ 65 65 psthread_data_t * psthread_setup() 66 66 { … … 90 90 } 91 91 92 /** Function that is called on entry to new uspacethread */92 /** Function that is called on entry to new pseudo thread */ 93 93 void psthread_main(void) 94 94 { … … 210 210 } 211 211 212 /** 213 * Create a userspace thread 212 /** Create a userspace pseudo thread. 214 213 * 215 214 * @param func Pseudo thread function.
Note:
See TracChangeset
for help on using the changeset viewer.