HomeSort by relevance Sort by last modified time
    Searched full:futex_syscall (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/security/jni/
android_security_cts_NativeCodeTest.cpp 179 static inline int futex_syscall(volatile int* uaddr, int op, int val, const struct timespec* ts, function
200 ret = futex_syscall(&futex, FUTEX_CMP_REQUEUE_PI, 1, NULL, &futex, 0);

Completed in 373 milliseconds