Home
last modified time | relevance | path

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

/cts/tests/tests/security/jni/
Dandroid_security_cts_NativeCodeTest.cpp139 static inline int futex_syscall(volatile int* uaddr, int op, int val, const struct timespec* ts, in futex_syscall() function
160 ret = futex_syscall(&futex, FUTEX_CMP_REQUEUE_PI, 1, NULL, &futex, 0); in android_security_cts_NativeCodeTest_doFutexTest()