mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Norman Feske
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(); }
|
||||
|
||||
Reference in New Issue
Block a user