Searched refs:cpu_set_t (Results 1 – 13 of 13) sorted by relevance
/freebsd/include/ |
H A D | sched.h | 37 typedef struct _cpuset cpu_set_t; typedef
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | linux.cpp | 162 cpu_set_t CPUs; 165 if (sched_getaffinity(0, sizeof(cpu_set_t), &CPUs) != 0) in getThreadID()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Threading.inc | 309 cpu_set_t Set; 336 cpu_set_t Affinity, Enabled; 370 // The processor id corresponds to an index into cpu_set_t. 383 cpu_set_t Affinity; 391 cpu_set_t *DynAffinity;
|
/freebsd/tools/tools/netrate/tcpp/ |
H A D | tcpp_server.c | 198 cpu_set_t mask; in tcpp_server_worker()
|
H A D | tcpp_client.c | 215 cpu_set_t mask; in tcpp_client_worker()
|
/freebsd/contrib/jemalloc/src/ |
H A D | background_thread.c | 84 cpu_set_t cpuset; 87 int ret = sched_setaffinity(0, sizeof(cpu_set_t), &cpuset);
|
H A D | jemalloc.c | 746 cpu_set_t set; in malloc_ncpus()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux_libcdep.cpp | 854 cpu_set_t CPUs; in GetNumberOfCPUs() 855 CHECK_EQ(sched_getaffinity(0, sizeof(cpu_set_t), &CPUs), 0); in GetNumberOfCPUs()
|
/freebsd/sys/contrib/openzfs/lib/libtpool/ |
H A D | thread_pool.c | 256 cpu_set_t cpuset; in pthread_attr_clone()
|
/freebsd/tools/tools/netmap/ |
H A D | nmreplay.c | 443 #define cpuset_t cpu_set_t
|
H A D | pkt-gen.c | 141 #define cpuset_t cpu_set_t
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_custom.cpp | 1529 int __dfsw_sched_getaffinity(pid_t pid, size_t cpusetsize, cpu_set_t *mask, in __dfsw_sched_getaffinity() 1542 int __dfso_sched_getaffinity(pid_t pid, size_t cpusetsize, cpu_set_t *mask, in __dfso_sched_getaffinity()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 1511 …<class-decl name='cpu_set_t' size-in-bits='1024' is-struct='yes' naming-typedef-id='8037c762' visi… 1516 <typedef-decl name='cpu_set_t' type-id='1f20d231' id='8037c762'/>
|