Home
last modified time | relevance | path

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

/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2507 struct tsync_sibling { struct
2508 pthread_t tid;
2509 pid_t system_tid;
2510 sem_t *started;
2511 pthread_cond_t *cond;
2512 pthread_mutex_t *mutex;
2513 int diverge;
2514 int num_waits;
2538 struct tsync_sibling sibling[TSYNC_SIBLINGS]; in FIXTURE() argument
2618 void *tsync_sibling(void *data) in tsync_sibling() function