Changes between Version 7 and Version 8 of library_stdio


Ignore:
Timestamp:
Aug 6, 2014, 7:05:21 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v7 v8  
    2020 == __2) Task related system calls__ ==
    2121
    22  * '''int giet_proc_task_id()''';
     22 === int giet_proc_task_id() ===
    2323This functions returns the local task index, identifying the task amongst all task
    2424running on the same processor.
    2525
    26  * '''int giet_global_task_id()'''
     26 === int giet_global_task_id() ===
    2727This functions returns the global task id, unique in the system.
    2828
    29  * '''int giet_thread_id()'''
     29 === int giet_thread_id() ===
    3030This functions returns the thread index, identiying the task in a given vspace.
    3131