Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c2518 struct tsync_sibling { struct
2519 pthread_t tid;
2520 pid_t system_tid;
2521 sem_t *started;
2522 pthread_cond_t *cond;
2523 pthread_mutex_t *mutex;
2524 int diverge;
2525 int num_waits;
2549 struct tsync_sibling sibling[TSYNC_SIBLINGS]; in FIXTURE() argument
2629 void *tsync_sibling(void *data) in tsync_sibling() function