Home
last modified time | relevance | path

Searched defs:tsync_sibling (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c2524 struct tsync_sibling { struct
2525 pthread_t tid;
2526 pid_t system_tid;
2527 sem_t *started;
2528 pthread_cond_t *cond;
2529 pthread_mutex_t *mutex;
2530 int diverge;
2531 int num_waits;
2555 struct tsync_sibling sibling[TSYNC_SIBLINGS]; in FIXTURE() argument
2635 void *tsync_sibling(void *data) in tsync_sibling() function