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

taskman: Implement task event notifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/proc/task_anywait.c

    r456f7ae r035d7d8  
    6060
    6161        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
    6271finish:
    6372        fibril_condvar_signal(&sync_cv);
Note: See TracChangeset for help on using the changeset viewer.