Changeset 38d8849 in mainline for uspace/lib/c/generic/thread.c
- Timestamp:
- 2018-07-16T15:58:51Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- db51219f
- Parents:
- c124c985
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-14 16:53:46)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-16 15:58:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/thread.c
rc124c985 r38d8849 33 33 */ 34 34 35 #include <thread.h>36 35 #include <libc.h> 37 36 #include <stdbool.h> … … 159 158 } 160 159 161 /** Join thread.162 *163 * Currently not implemented.164 *165 * @param thread TID.166 *167 * @return Thread exit status.168 */169 errno_t thread_join(thread_id_t thread)170 {171 return 0;172 }173 174 160 /** Get current thread ID. 175 161 *
Note:
See TracChangeset
for help on using the changeset viewer.