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

  /cts/tests/tests/security/jni/
android_security_cts_NativeCodeTest.cpp 287 pthread_t thr_map, thr_readv; local
339 pthread_create(&thr_readv, NULL, func_readv, NULL);
342 pthread_join(thr_readv, NULL);

Completed in 1150 milliseconds