mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 20:05:54 +00:00
parent
a64372647d
commit
873c3f3984
@ -114,8 +114,8 @@ namespace Kernel
|
||||
* \retval >0 kernel name of the new thread
|
||||
* \retval 0 failed
|
||||
*/
|
||||
inline int new_thread(void * const p, unsigned const priority,
|
||||
char const * const label)
|
||||
inline unsigned new_thread(void * const p, unsigned const priority,
|
||||
char const * const label)
|
||||
{
|
||||
return call(call_id_new_thread(), (Call_arg)p, (Call_arg)priority,
|
||||
(Call_arg)label);
|
||||
|
Loading…
x
Reference in New Issue
Block a user