Home
last modified time | relevance | path

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

/freebsd/include/
H A Dpthread_np.h66 int pthread_setaffinity_np(pthread_t, size_t, const cpuset_t *);
/freebsd/lib/libthr/thread/
H A Dthr_affinity.c38 __weak_reference(_pthread_setaffinity_np, pthread_setaffinity_np);
/freebsd/lib/libthr/
H A Dpthread.map313 pthread_setaffinity_np;
/freebsd/lib/libc/include/
H A Dnamespace.h189 #define pthread_setaffinity_np _pthread_setaffinity_np macro
H A Dun-namespace.h170 #undef pthread_setaffinity_np
/freebsd/usr.sbin/bhyve/
H A Dbhyverun.c382 error = pthread_setaffinity_np(pthread_self(), in fbsdrun_start_thread()
/freebsd/share/man/man3/
H A DMakefile465 pthread_affinity_np.3 pthread_setaffinity_np.3
/freebsd/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/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/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2641 fun:pthread_setaffinity_np=uninstrumented