Changeset 035d7d8 in mainline for uspace/app/tester/proc/task_anywait.c
- Timestamp:
- 2019-08-07T05:49:44Z (6 years ago)
- Children:
- 2aaccd3
- Parents:
- 456f7ae
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-10-21 22:44:26)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 05:49:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/proc/task_anywait.c
r456f7ae r035d7d8 60 60 61 61 handler_hit = true; 62 if (flags & TASK_WAIT_EXIT) { 63 last_texit = texit; 64 } 65 66 last_has_retval = flags & TASK_WAIT_RETVAL; 67 if (last_has_retval) { 68 last_retval = retval; 69 } 70 62 71 finish: 63 72 fibril_condvar_signal(&sync_cv);
Note:
See TracChangeset
for help on using the changeset viewer.