Home
last modified time | relevance | path

Searched refs:sync_t (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c704 typedef struct sync sync_t; typedef
706 sync_t *alloc_sync() { in alloc_sync()
707 sync_t *ret = malloc(sizeof(sync_t)); in alloc_sync()
718 void sync_set_num_waiters(sync_t *sync, size_t num_waiters) { in sync_set_num_waiters()
722 void sync_pth_bc(sync_t *sync) { in sync_pth_bc()
727 void sync_pth_wait(sync_t *sync) { in sync_pth_wait()
731 void sync_wait(sync_t *sync) { in sync_wait()
740 void sync_signal(sync_t *sync) { in sync_signal()
749 void sync_done(sync_t *sync) { in sync_done()
758 void sync_wait_done(sync_t *sync) { in sync_wait_done()
[all …]