Home
last modified time | relevance | path

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

/optee_test-3.20.0/ta/os_test_lib/include/
A Dos_test_lib.h16 extern __thread int os_test_shlib_tls_b;
/optee_test-3.20.0/ta/os_test_lib/
A Dos_test_lib.c21 __thread int os_test_shlib_tls_b = 123; variable
/optee_test-3.20.0/ta/os_test/
A Dos_test.c1380 if (os_test_shlib_tls_b != 123) { in ta_entry_tls_test_shlib()
1382 os_test_shlib_tls_b); in ta_entry_tls_test_shlib()

Completed in 7 milliseconds