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.c703 typedef struct sync sync_t; typedef
705 sync_t *alloc_sync() { in alloc_sync()
706 sync_t *ret = malloc(sizeof(sync_t)); in alloc_sync()
717 void sync_set_num_waiters(sync_t *sync, size_t num_waiters) { in sync_set_num_waiters()
721 void sync_pth_bc(sync_t *sync) { in sync_pth_bc()
726 void sync_pth_wait(sync_t *sync) { in sync_pth_wait()
730 void sync_wait(sync_t *sync) { in sync_wait()
739 void sync_signal(sync_t *sync) { in sync_signal()
748 void sync_done(sync_t *sync) { in sync_done()
757 void sync_wait_done(sync_t *sync) { in sync_wait_done()
[all …]