Changes between Version 10 and Version 11 of kernel_syscalls


Ignore:
Timestamp:
Oct 29, 2014, 5:08:27 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_syscalls

    v10 v11  
    134134This function returns the current task local index (amongst tasks running on a given processor).
    135135
    136  === int ''_sys'_global_task_id'''() ===
     136 === int '''_sys_global_task_id'''() ===
    137137This function returns the current task global index (amongst all tasks running on all processors).
    138138
    139 === int '''_sys_thread_id'''() ===
     139 === int '''_sys_thread_id'''() ===
    140140This function returns the current task thread index (amongst all tasks in a given multi-tasks application).
    141141