Changeset 2f44fafd in mainline for uspace/srv/taskman/task.h


Ignore:
Timestamp:
2019-08-07T04:33:20Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
e0e7eba
Parents:
62273d1
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-10-12 21:58:23)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 04:33:20)
Message:

taskman: Implement task_wait API to pass all tests

  • different behavior for different wait flags
  • add locking to fibril code in taskman

Conflicts:

uspace/lib/c/generic/libc.c
uspace/lib/c/generic/task.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/taskman/task.h

    r62273d1 r2f44fafd  
    4444extern int task_set_retval(ipc_call_t *);
    4545
    46 extern int task_id_intro(ipc_call_t *);
     46extern int task_intro(ipc_call_t *, bool);
    4747extern void task_terminated(task_id_t, task_exit_t);
    4848
Note: See TracChangeset for help on using the changeset viewer.