mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
sched_getcpu: input and sample outputs
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
void* main_thread(void *arg) {
|
||||
(void)arg;
|
||||
printf("sched_getcpu = %d\n", sched_getcpu());
|
||||
printf("%d\n", sched_getcpu());
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user