Changes between Version 119 and Version 120 of library_stdio


Ignore:
Timestamp:
Sep 25, 2015, 12:07:42 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v119 v120  
    8585 * '''trdid''' : thread identifier in vspace.
    8686Return 0 if success.
    87 Return -1 if no matching thread.
     87Return -1 if vspace name not found.
     88Return -2 if trdid illegal or not found.
    8889
    8990 === 8) int '''get_pthread_resume'''( char* vspace , pthread_t trdid ) ===
     
    9293 * '''trdid''' : thread identifier in vspace.
    9394Return 0 if success.
    94 Return -1 if no matching thread.
     95Return -1 if vspace name not found.
     96Return -2 if trdid illegal or not found.
    9597
    9698