Searched refs:pthread_setaffinity_np (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/include/
H A Dpthread_np.h65 int pthread_setaffinity_np(pthread_t, size_t, const cpuset_t *);
/freebsd-11-stable/contrib/gcclibs/libgomp/config/linux/
H A Daffinity.c77 pthread_setaffinity_np (pthread_self (), sizeof (cpuset), &cpuset);
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_affinity.c39 __weak_reference(_pthread_setaffinity_np, pthread_setaffinity_np);
/freebsd-11-stable/lib/libc/include/
H A Dun-namespace.h169 #undef pthread_setaffinity_np macro
H A Dnamespace.h188 #define pthread_setaffinity_np _pthread_setaffinity_np macro
/freebsd-11-stable/share/man/man3/
H A DMakefile279 pthread_affinity_np.3 pthread_setaffinity_np.3
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h326 pthread_setaffinity_np(pthread_self(), __kmp_affin_mask_size, reinterpret_cast<cpuset_t *>(mask));
/freebsd-11-stable/usr.sbin/bhyve/
H A Dbhyverun.c831 error = pthread_setaffinity_np(pthread_self(),
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt-gen.c88 #define pthread_setaffinity_np(a, b, c) !SetThreadAffinityMask(a, *c) //((void)a, 0) macro
173 #define pthread_setaffinity_np(a, b, c) ((void)a, 0) macro
713 if (pthread_setaffinity_np(me, sizeof(cpuset_t), &cpumask) != 0) {
2391 " Pin the first thread of pkt-gen to a particular CPU using pthread_setaffinity_np(3). If more\n"
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Dconfigure16862 pthread_setaffinity_np (pthread_self (), sizeof (cpu_set_t), &cpuset);

Completed in 260 milliseconds