Changeset 70d28e8 in mainline for uspace/lib/c/include/task.h


Ignore:
Timestamp:
2019-08-07T04:26:01Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
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)
Message:

taskman: tester plugin for wait flags combinations
Conflicts:

uspace/app/tester/Makefile
uspace/app/tester/tester.c
uspace/app/tester/tester.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/task.h

    r1be7bee r70d28e8  
    5151} task_wait_t;
    5252
     53static inline void task_wait_set(task_wait_t *wait, int flags)
     54{
     55        wait->flags = flags;
     56}
    5357
    5458extern task_id_t task_get_id(void);
Note: See TracChangeset for help on using the changeset viewer.