Changes between Version 121 and Version 122 of library_stdio


Ignore:
Timestamp:
Sep 25, 2015, 1:41:56 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v121 v122  
    8888Return -2 if thread name not found.
    8989
    90  === 8) int '''get_pthread_resume'''( char* vspace , char* thread ) ===
     90 === 8) int '''giet_pthread_resume'''( char* vspace , char* thread ) ===
    9191This 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.
    9292 * '''vspace''' : vspace name.