Changeset 638927a in mainline for uspace/lib/c/generic/ps.c
- Timestamp:
- 2010-04-09T11:18:08Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e43cdac
- Parents:
- faf38b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/ps.c
rfaf38b2 r638927a 71 71 * @param size Size of the infos array. 72 72 * 73 * @return 0 on success. 73 * @return Count of written thread_infos. If higher than size, there 74 * was not enough space. 74 75 * 75 76 */ 76 int get_task_threads(thread_info_t *infos, size_t size)77 size_t get_task_threads(thread_info_t *infos, size_t size) 77 78 { 78 79 return __SYSCALL2(SYS_PS_GET_THREADS, (sysarg_t) infos, (sysarg_t) size);
Note:
See TracChangeset
for help on using the changeset viewer.