Changes between Version 7 and Version 8 of library_stdio
- Timestamp:
- Aug 6, 2014, 7:05:21 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v7 v8 20 20 == __2) Task related system calls__ == 21 21 22 * '''int giet_proc_task_id()''';22 === int giet_proc_task_id() === 23 23 This functions returns the local task index, identifying the task amongst all task 24 24 running on the same processor. 25 25 26 * '''int giet_global_task_id()'''26 === int giet_global_task_id() === 27 27 This functions returns the global task id, unique in the system. 28 28 29 * '''int giet_thread_id()'''29 === int giet_thread_id() === 30 30 This functions returns the thread index, identiying the task in a given vspace. 31 31