Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test_lib/include/
H A Dos_test_lib.h16 extern __thread int os_test_shlib_tls_b;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test_lib/
H A Dos_test_lib.c21 __thread int os_test_shlib_tls_b = 123; variable
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/
H A Dos_test.c1364 if (os_test_shlib_tls_b != 123) { in ta_entry_tls_test_shlib()
1366 os_test_shlib_tls_b); in ta_entry_tls_test_shlib()