We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c0b19 commit 00177faCopy full SHA for 00177fa
user/libc/include/sys/spawn.h
@@ -10,6 +10,7 @@ typedef struct task_list {
10
char name[128];
11
int pid;
12
int term;
13
+ int core;
14
} task_list_t;
15
16
int get_task_list(task_list_t* out, int max);
0 commit comments