Changes between Version 124 and Version 125 of library_stdio
- Timestamp:
- Oct 2, 2015, 2:21:21 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v124 v125 51 51 * '''string''': message on TTY0. 52 52 53 === 3) int '''giet_pthread_join'''( pthread_t trdid , void* *ptr ) ===53 === 3) int '''giet_pthread_join'''( pthread_t trdid , void* ptr ) === 54 54 This blocking function can be used to detect completion of a thread previously activated by a giet_pthread_create(). 55 55 It returns only when the thread identified by the <trdid> argument is desactivated.