Home
last modified time | relevance | path

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

/linux-5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2430 struct tsync_sibling { struct
2431 pthread_t tid;
2432 pid_t system_tid;
2433 sem_t *started;
2434 pthread_cond_t *cond;
2435 pthread_mutex_t *mutex;
2436 int diverge;
2437 int num_waits;
2461 struct tsync_sibling sibling[TSYNC_SIBLINGS]; in FIXTURE() argument
2541 void *tsync_sibling(void *data) in tsync_sibling() function