mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
parent
ed9c4f4427
commit
52addb591b
@ -212,8 +212,13 @@ Thread::init(Processor * const processor, unsigned const pd_id_arg,
|
||||
|
||||
/* print log message */
|
||||
if (START_VERBOSE) {
|
||||
PINF("in program %u '%s' start thread %u '%s'",
|
||||
pd_id(), pd_label(), id(), label());
|
||||
Genode::printf("start thread %u '%s' in program %u '%s' ",
|
||||
id(), label(), pd_id(), pd_label());
|
||||
if (PROCESSORS) {
|
||||
Genode::printf("on processor %u/%u ",
|
||||
processor->id(), PROCESSORS);
|
||||
}
|
||||
Genode::printf("\n");
|
||||
}
|
||||
/* start execution */
|
||||
if (start) { _schedule(); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user