Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dthread_test.cc29 int test_variable = 0; in TEST() local
31 &thread, nullptr, ThreadCreateJoinFunc, reinterpret_cast<void*>(&test_variable)), in TEST()
34 ASSERT_EQ(test_variable, 1); in TEST()