Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2169 struct tsync_sibling { struct
2170 pthread_t tid;
2171 pid_t system_tid;
2172 sem_t *started;
2173 pthread_cond_t *cond;
2174 pthread_mutex_t *mutex;
2175 int diverge;
2176 int num_waits;
2200 struct tsync_sibling sibling[TSYNC_SIBLINGS]; in FIXTURE_DATA() argument
2280 void *tsync_sibling(void *data) in tsync_sibling() function