diff options
Diffstat (limited to 'sys/sys/cpuset.h')
-rw-r--r-- | sys/sys/cpuset.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/sys/cpuset.h b/sys/sys/cpuset.h index 9ccba58..ee0fb04 100644 --- a/sys/sys/cpuset.h +++ b/sys/sys/cpuset.h @@ -124,6 +124,9 @@ int cpuset_setthread(lwpid_t id, cpuset_t *); int cpuset_setithread(lwpid_t id, int cpu); int cpuset_create_root(struct prison *, struct cpuset **); int cpuset_setproc_update_set(struct proc *, struct cpuset *); +int cpuset_which(cpuwhich_t, id_t, struct proc **, + struct thread **, struct cpuset **); + char *cpusetobj_strprint(char *, const cpuset_t *); int cpusetobj_strscan(cpuset_t *, const char *); #ifdef DDB |