Home
last modified time | relevance | path

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

/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
DIt_posix_pthread_053.cpp44 result = pthread_getspecific(g_key); in pthread_f01()
47 result = pthread_getspecific(g_key1); in pthread_f01()
50 result = pthread_getspecific(g_key2); in pthread_f01()
62 ret = *((UINT32 *)pthread_getspecific(g_key)); in pthread_f01()
65 ret = *((UINT32 *)pthread_getspecific(g_key1)); in pthread_f01()
68 result = pthread_getspecific(g_key2); in pthread_f01()
88 result = pthread_getspecific(g_key); in pthread_f02()
91 result = pthread_getspecific(g_key1); in pthread_f02()
94 result = pthread_getspecific(g_key2); in pthread_f02()
106 ret = *((UINT32 *)pthread_getspecific(g_key)); in pthread_f02()
[all …]
DIt_posix_pthread_052.cpp42 result = pthread_getspecific(g_key); in pthread_f01()
50 ret = *((UINT32 *)pthread_getspecific(g_key)); in pthread_f01()
68 result = pthread_getspecific(g_key); in pthread_f02()
76 ret = *((UINT32 *)pthread_getspecific(g_key)); in pthread_f02()
95 result = pthread_getspecific(g_key); in PthreadF03()
103 temp1 = (char *)pthread_getspecific(g_key); in PthreadF03()
DIt_posix_pthread_219.cpp39 specific = pthread_getspecific(key); in Testcase()
45 specific = pthread_getspecific(key); in Testcase()
DIt_posix_pthread_226.cpp49 g_specific2 = pthread_getspecific(g_key); in pthread_f01()
74 g_specific1 = pthread_getspecific(g_key); in Testcase()
DIt_posix_pthread_217.cpp48 specific = pthread_getspecific(g_pthreadKeyTest[i]); in Testcase()
DIt_posix_pthread_054.cpp46 ret = *((UINT32 *)pthread_getspecific(g_key)); in pthread_f01()
DIt_posix_pthread_055.cpp46 ret = *((UINT32 *)pthread_getspecific(g_key)); in pthread_f01()
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
DIt_posix_pthread_219.c46 specific = pthread_getspecific(g_key); in Testcase()
52 specific = pthread_getspecific(g_key); in Testcase()
DIt_posix_pthread_226.c56 g_specific2 = pthread_getspecific(g_key); in PthreadF01()
80 g_specific1 = pthread_getspecific(g_key); in Testcase()
DIt_posix_pthread_217.c54 specific = pthread_getspecific(g_pthreadKeyTest[i]); in Testcase()
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/smoke/
DIt_posix_pthread_020.cpp52 ret = *((UINT32 *)pthread_getspecific(g_key)); in Testcase()
/kernel/liteos_m/testsuites/unittest/posix/src/pthread/
Dpthread_cond_func_test.c575 int *result = (int *)pthread_getspecific(g_pthreadKey1); in pthread_f08()
584 result = (int *)pthread_getspecific(g_pthreadKey2); in pthread_f08()
/kernel/liteos_m/testsuites/sample/posix/
Dpthread_func_test.c557 int *result = (int *)pthread_getspecific(g_pthreadKey1); in PthreadFunc08()
566 result = (int *)pthread_getspecific(g_pthreadKey2); in PthreadFunc08()
/kernel/liteos_a/compat/posix/src/
Dpthread.c583 void *pthread_getspecific(pthread_key_t key) in pthread_getspecific() function
/kernel/liteos_m/kal/posix/src/
Dpthread.c750 void *pthread_getspecific(pthread_key_t k) in pthread_getspecific() function
/kernel/liteos_m/
DCHANGELOG.md287 void *pthread_getspecific(pthread_key_t k)