Home
last modified time | relevance | path

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

/external/seccomp-tests/linux/
Dseccomp_bpf.c1631 struct tsync_sibling { struct
1645 struct tsync_sibling sibling[TSYNC_SIBLINGS]; in FIXTURE_DATA() argument
1725 void *tsync_sibling(void *data) in tsync_sibling() function
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2511 struct tsync_sibling { struct
2512 pthread_t tid;
2513 pid_t system_tid;
2514 sem_t *started;
2515 pthread_cond_t *cond;
2516 pthread_mutex_t *mutex;
2517 int diverge;
2518 int num_waits;
2542 struct tsync_sibling sibling[TSYNC_SIBLINGS]; in FIXTURE() argument
2622 void *tsync_sibling(void *data) in tsync_sibling() function