Searched refs:pthread_setaffinity_np (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12-stable/include/ |
| D | pthread_np.h | 68 int pthread_setaffinity_np(pthread_t, size_t, const cpuset_t *);
|
| /freebsd-12-stable/contrib/gcclibs/libgomp/config/linux/ |
| D | affinity.c | 77 pthread_setaffinity_np (pthread_self (), sizeof (cpuset), &cpuset); in gomp_init_affinity()
|
| /freebsd-12-stable/lib/libthr/thread/ |
| D | thr_affinity.c | 41 __weak_reference(_pthread_setaffinity_np, pthread_setaffinity_np);
|
| /freebsd-12-stable/lib/libthr/ |
| D | pthread.map | 308 pthread_setaffinity_np;
|
| /freebsd-12-stable/lib/libc/include/ |
| D | namespace.h | 191 #define pthread_setaffinity_np _pthread_setaffinity_np macro
|
| D | un-namespace.h | 172 #undef pthread_setaffinity_np
|
| /freebsd-12-stable/share/man/man3/ |
| D | Makefile | 312 pthread_affinity_np.3 pthread_setaffinity_np.3
|
| /freebsd-12-stable/tools/tools/netmap/ |
| D | nmreplay.c | 460 #define pthread_setaffinity_np(a, b, c) ((void)a, 0) macro 659 if (pthread_setaffinity_np(pthread_self(), sizeof(cpuset_t), &cpumask) != 0) { in setaffinity()
|
| D | pkt-gen.c | 91 #define pthread_setaffinity_np(a, b, c) !SetThreadAffinityMask(a, *c) //((void)a, 0) macro 176 #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-12-stable/contrib/gcclibs/libgomp/ |
| D | configure.ac | 206 pthread_setaffinity_np (pthread_self (), sizeof (cpu_set_t), &cpuset);
|
| D | configure | 16862 pthread_setaffinity_np (pthread_self (), sizeof (cpu_set_t), &cpuset);
|
| /freebsd-12-stable/usr.sbin/bhyve/ |
| D | bhyverun.c | 832 error = pthread_setaffinity_np(pthread_self(), in vm_loop()
|
| /freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/ |
| D | kmp_affinity.h | 360 int r = pthread_setaffinity_np(pthread_self(), __kmp_affin_mask_size, in set_system_affinity()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| D | libc_ubuntu1404_abilist.txt | 2635 fun:pthread_setaffinity_np=uninstrumented
|