Changes between Version 121 and Version 122 of library_stdio
- Timestamp:
- Sep 25, 2015, 1:41:56 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v121 v122 88 88 Return -2 if thread name not found. 89 89 90 === 8) int '''g et_pthread_resume'''( char* vspace , char* thread ) ===90 === 8) int '''giet_pthread_resume'''( char* vspace , char* thread ) === 91 91 This function is an extension to the POSIX standard. It reactivates a thread identified by the <vspace> and <thread> arguments, that was descheduled by the giet_pthread_pause() function. The target thread goes to the ''runable'' state, and can be rescheduled at the next context switch to resume execution. 92 92 * '''vspace''' : vspace name.