Home
last modified time | relevance | path

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

/cts/tests/tests/security/jni/
Dandroid_security_cts_NativeCodeTest.cpp247 pthread_t thr_map, thr_readv; in android_security_cts_NativeCodeTest_doPipeReadVTest() local
298 pthread_create(&thr_map, NULL, func_map, NULL); in android_security_cts_NativeCodeTest_doPipeReadVTest()
301 pthread_join(thr_map, NULL); in android_security_cts_NativeCodeTest_doPipeReadVTest()