Home
last modified time | relevance | path

Searched refs:pthread_setaffinity_np (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/include/
H A Dpthread_np.h66 int pthread_setaffinity_np(pthread_t, size_t, const cpuset_t *);
/freebsd-14.2/lib/libthr/thread/
H A Dthr_affinity.c38 __weak_reference(_pthread_setaffinity_np, pthread_setaffinity_np);
/freebsd-14.2/lib/libthr/
H A Dpthread.map310 pthread_setaffinity_np;
/freebsd-14.2/lib/libc/include/
H A Dun-namespace.h170 #undef pthread_setaffinity_np
H A Dnamespace.h189 #define pthread_setaffinity_np _pthread_setaffinity_np macro
/freebsd-14.2/share/man/man3/
H A DMakefile466 pthread_affinity_np.3 pthread_setaffinity_np.3
/freebsd-14.2/usr.sbin/bhyve/
H A Dbhyverun.c422 error = pthread_setaffinity_np(pthread_self(), in fbsdrun_start_thread()
/freebsd-14.2/tools/tools/netmap/
H A Dnmreplay.c458 #define pthread_setaffinity_np(a, b, c) ((void)a, 0) macro
657 if (pthread_setaffinity_np(pthread_self(), sizeof(cpuset_t), &cpumask) != 0) { in setaffinity()
H A Dpkt-gen.c90 #define pthread_setaffinity_np(a, b, c) !SetThreadAffinityMask(a, *c) //((void)a, 0) macro
175 #define pthread_setaffinity_np(a, b, c) ((void)a, 0) macro
726 if (pthread_setaffinity_np(me, sizeof(cpuset_t), &cpumask) != 0) { in setaffinity()
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h500 int r = pthread_setaffinity_np(pthread_self(), __kmp_affin_mask_size, in set_system_affinity()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2641 fun:pthread_setaffinity_np=uninstrumented