Changeset 62273d1 in mainline for uspace/app/tester/proc/dummy_task.c


Ignore:
Timestamp:
2019-08-07T04:27:24Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
2f44fafd
Parents:
70d28e8
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-10-08 21:46:22)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 04:27:24)
Message:

taskman: Implement simple task exit monitoring

File:
1 edited

Legend:

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

    r70d28e8 r62273d1  
    4848static void dummy_fail(void)
    4949{
     50        task_id_t id = task_get_id();
     51        printf("Gonna shoot myself (%" PRIu64 ").\n", id);
    5052        behavior_func_t func = NULL;
    5153        func();
Note: See TracChangeset for help on using the changeset viewer.