Changes between Version 123 and Version 124 of library_stdio
- Timestamp:
- Oct 2, 2015, 2:19:17 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v123 v124 70 70 Return -1 if no matching thread. 71 71 72 === 5) void '''giet_pthread t_yield'''() ===72 === 5) void '''giet_pthread_yield'''() === 73 73 The thread calling this function is descheduled and the processor is allocated to another thread. The calling thread is not deactivated and keep in the ''runable'' state. 74 74