Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2494 struct tsync_sibling { struct
2495 pthread_t tid;
2496 pid_t system_tid;
2497 sem_t *started;
2498 pthread_cond_t *cond;
2499 pthread_mutex_t *mutex;
2500 int diverge;
2501 int num_waits;
2525 struct tsync_sibling sibling[TSYNC_SIBLINGS]; in FIXTURE() argument
2605 void *tsync_sibling(void *data) in tsync_sibling() function