Changeset 1871118 in mainline for kernel/generic/src/console/cmd.c
- Timestamp:
- 2023-02-10T22:59:11Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 11d2c983
- Parents:
- daadfa6
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-10 22:53:12)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-10 22:59:11)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/console/cmd.c
rdaadfa6 r1871118 993 993 printf("cpu%u: ", i); 994 994 thread_wire(thread, &cpus[i]); 995 thread_ready(thread );995 thread_ready(thread_ref(thread)); 996 996 thread_join(thread); 997 thread_ detach(thread);997 thread_put(thread); 998 998 } else 999 999 printf("Unable to create thread for cpu%u\n", i);
Note:
See TracChangeset
for help on using the changeset viewer.