Changeset 70d28e8 in mainline for uspace/lib/c/include/task.h
- Timestamp:
- 2019-08-07T04:26:01Z (6 years ago)
- Children:
- 62273d1
- Parents:
- 1be7bee
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-10-07 21:49:27)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 04:26:01)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/task.h
r1be7bee r70d28e8 51 51 } task_wait_t; 52 52 53 static inline void task_wait_set(task_wait_t *wait, int flags) 54 { 55 wait->flags = flags; 56 } 53 57 54 58 extern task_id_t task_get_id(void);
Note:
See TracChangeset
for help on using the changeset viewer.