Changeset 3529f148 in mainline for uspace/lib/c/generic/task.c
- Timestamp:
- 2020-03-06T19:14:20Z (5 years ago)
- Children:
- 13b4504
- Parents:
- 06599a1
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2020-02-29 11:22:13)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2020-03-06 19:14:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/task.c
r06599a1 r3529f148 417 417 * @return EOK on success, else error code. 418 418 */ 419 errno_t task_wait_task_id(task_id_t id, int flags, task_exit_t *texit, int *retval)419 errno_t task_wait_task_id(task_id_t id, task_wait_flag_t flags, task_exit_t *texit, int *retval) 420 420 { 421 421 task_wait_t wait;
Note:
See TracChangeset
for help on using the changeset viewer.