Changes between Version 15 and Version 16 of library_stdio
- Timestamp:
- Oct 23, 2014, 3:06:04 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v15 v16 27 27 running on the same processor. 28 28 29 === int giet_global_task_id() ===29 === int '''giet_global_task_id'''() === 30 30 This functions returns the global task id, unique in the system. 31 31 32 === int giet_thread_id() ===32 === int '''giet_thread_id'''() === 33 33 This functions returns the thread index, identiying the task in a given vspace. 34 34 35 35 == __3) TTY related system calls__ == 36 36 37 === void giet_tty_printf( char* format, ... ) ===37 === void '''giet_tty_printf'''( char* format, ... ) === 38 38 This function print formated text on a private terminal that must have been allocated to the calling task in the mapping (''use_tty'' argument). Therefore, it does not take the TTY lock. In case or error, it makes a giet_exit(). 39 39 Only a limited number of formats are supported: