Home
last modified time | relevance | path

Searched refs:g_key1 (Results 1 - 3 of 3) sorted by relevance

/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
H A DIt_posix_pthread_053.cpp47 result = pthread_getspecific(g_key1); in pthread_f01()
56 ret = pthread_setspecific(g_key1, (void *)&temp1); in pthread_f01()
65 ret = *((UINT32 *)pthread_getspecific(g_key1)); in pthread_f01()
91 result = pthread_getspecific(g_key1); in pthread_f02()
100 ret = pthread_setspecific(g_key1, (void *)&temp1); in pthread_f02()
109 ret = *((UINT32 *)pthread_getspecific(g_key1)); in pthread_f02()
137 ret = pthread_key_create(&g_key1, PthreadKeyF01); in Testcase()
157 result = pthread_getspecific(g_key1); in Testcase()
172 ret = pthread_key_delete(g_key1); in Testcase()
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/
H A DIt_posix_pthread.h188 extern pthread_key_t g_key1;
H A Dposix_pthread_test.cpp39 pthread_key_t g_key1; variable

Completed in 3 milliseconds