Changeset 096ba7a in mainline for libc/generic/thread.c
- Timestamp:
- 2006-06-16T12:07:17Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f5e4830
- Parents:
- 830ac99
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/generic/thread.c
r830ac99 r096ba7a 118 118 * @param name Symbolic name of the thread. 119 119 * 120 * @ paramTID of the new thread on success or -1 on failure.120 * @return TID of the new thread on success or -1 on failure. 121 121 */ 122 122 int thread_create(void (* function)(void *), void *arg, char *name) … … 146 146 /** Terminate current thread. 147 147 * 148 * @param stat Exit status. Currently not used.148 * @param status Exit status. Currently not used. 149 149 */ 150 150 void thread_exit(int status)
Note:
See TracChangeset
for help on using the changeset viewer.