Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2283 struct tsync_sibling { struct
2284 pthread_t tid;
2285 pid_t system_tid;
2286 sem_t *started;
2287 pthread_cond_t *cond;
2288 pthread_mutex_t *mutex;
2289 int diverge;
2290 int num_waits;
2314 struct tsync_sibling sibling[TSYNC_SIBLINGS]; in FIXTURE_DATA() argument
2394 void *tsync_sibling(void *data) in tsync_sibling() function