Searched refs:pinned_threads (Results 1 – 1 of 1) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | tst-skeleton-thread-affinity.c | 153 pthread_t *pinned_threads in early_test() local 154 = calloc (conf->last_cpu + 1, sizeof (*pinned_threads)); in early_test() 160 if (pinned_threads == NULL || other_threads == NULL in early_test() 211 pinned_threads, pinned_threads + cpu, in early_test() 215 ret = pthread_create (pinned_threads + cpu, &attr, in early_test() 222 pinned_threads, pinned_threads + cpu, in early_test() 241 pinned_threads, in early_test() 242 pinned_threads + conf->last_cpu + 1, in early_test() 257 pinned_threads, in early_test() 258 pinned_threads + conf->last_cpu + 1, in early_test() [all …]
|
Completed in 3 milliseconds