Changes between Version 119 and Version 120 of library_stdio
- Timestamp:
- Sep 25, 2015, 12:07:42 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v119 v120 85 85 * '''trdid''' : thread identifier in vspace. 86 86 Return 0 if success. 87 Return -1 if no matching thread. 87 Return -1 if vspace name not found. 88 Return -2 if trdid illegal or not found. 88 89 89 90 === 8) int '''get_pthread_resume'''( char* vspace , pthread_t trdid ) === … … 92 93 * '''trdid''' : thread identifier in vspace. 93 94 Return 0 if success. 94 Return -1 if no matching thread. 95 Return -1 if vspace name not found. 96 Return -2 if trdid illegal or not found. 95 97 96 98