Changes between Version 27 and Version 28 of kernel_syscalls


Ignore:
Timestamp:
Jan 22, 2015, 12:04:25 AM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_syscalls

    v27 v28  
    162162This function returns the current task thread index (amongst all tasks in a given multi-tasks application).
    163163
    164  === 8) int '''_sys_procs_number'''( unsigned int  x,  unsigned int y,  unsigned int* number ) ===
    165 Returns in the ''number'' argument the number of processors in cluster[x,y].
     164 === 8) int '''_sys_procs_number'''( unsigned int*  x_size,  unsigned int* y_size,  unsigned int* nprocs ) ===
     165Returns in the  arguments the 2D mesh size (only clusters containing processors), and the number of processors per cluster.
    166166
    167167 === 9) int '''_sys_vobj_get_vbase'''( char* vspace_name,  char* vobj_name,  unsigned int* vbase ) ===