Changes between Version 27 and Version 28 of kernel_syscalls
- Timestamp:
- Jan 22, 2015, 12:04:25 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_syscalls
v27 v28 162 162 This function returns the current task thread index (amongst all tasks in a given multi-tasks application). 163 163 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 ) === 165 Returns in the arguments the 2D mesh size (only clusters containing processors), and the number of processors per cluster. 166 166 167 167 === 9) int '''_sys_vobj_get_vbase'''( char* vspace_name, char* vobj_name, unsigned int* vbase ) ===