Changeset 3529f148 in mainline for uspace/app/tester/proc/task_anywait.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/app/tester/proc/task_anywait.c
r06599a1 r3529f148 39 39 static task_id_t task_id; 40 40 static task_exit_t last_texit; 41 static int last_flags;41 static task_wait_flag_t last_flags; 42 42 static int last_retval; 43 43 static bool handler_hit; … … 49 49 static FIBRIL_CONDVAR_INITIALIZE(sync_cv); 50 50 51 static void task_event_handler(task_id_t tid, int flags, task_exit_t texit,51 static void task_event_handler(task_id_t tid, task_wait_flag_t flags, task_exit_t texit, 52 52 int retval) 53 53 {
Note:
See TracChangeset
for help on using the changeset viewer.