Searched refs:pthread_key_create (Results 1 – 24 of 24) sorted by relevance
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
D | It_posix_pthread_053.cpp | 134 ret = pthread_key_create(&g_key, PthreadKeyF01); in Testcase() 137 ret = pthread_key_create(&g_key1, PthreadKeyF01); in Testcase() 140 ret = pthread_key_create(&g_key2, PthreadKeyF01); in Testcase()
|
D | It_posix_pthread_221.cpp | 39 ret = pthread_key_create(&keysMax[i], NULL); in Testcase()
|
D | It_posix_pthread_219.cpp | 42 ret = pthread_key_create(&key, NULL); in Testcase()
|
D | It_posix_pthread_217.cpp | 40 ret = pthread_key_create(&g_pthreadKeyTest[i], NULL); in Testcase()
|
D | It_posix_pthread_224.cpp | 65 ret = pthread_key_create(&g_key, pthread_f02); in Testcase()
|
D | It_posix_pthread_054.cpp | 70 ret = pthread_key_create(&g_key, PthreadKeyF01); in Testcase()
|
D | It_posix_pthread_218.cpp | 56 ret = pthread_key_create(&g_pthreadKeyTest[g_testCount], NULL); in Testcase()
|
D | It_posix_pthread_226.cpp | 62 ret = pthread_key_create(&g_key, NULL); in Testcase()
|
D | It_posix_pthread_233.cpp | 47 ret = pthread_key_create(&key, pthread_f02); in pthread_f01()
|
D | It_posix_pthread_055.cpp | 70 ret = pthread_key_create(&g_key, PthreadKeyF01); in Testcase()
|
D | It_posix_pthread_052.cpp | 126 ret = pthread_key_create(&g_key, PthreadKeyF01); in Testcase()
|
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/ |
D | It_posix_pthread_221.c | 46 ret = pthread_key_create(&keysMax[i], NULL); in Testcase()
|
D | It_posix_pthread_219.c | 49 ret = pthread_key_create(&g_key, NULL); in Testcase()
|
D | It_posix_pthread_217.c | 47 ret = pthread_key_create(&g_pthreadKeyTest[i], NULL); in Testcase()
|
D | It_posix_pthread_224.c | 67 ret = pthread_key_create(&g_key, PthreadF02); in Testcase()
|
D | It_posix_pthread_218.c | 63 ret = pthread_key_create(&g_pthreadKeyTest[g_testCount], NULL); in Testcase()
|
D | It_posix_pthread_226.c | 68 ret = pthread_key_create(&g_key, NULL); in Testcase()
|
D | It_posix_pthread_233.c | 54 ret = pthread_key_create(&g_key, PthreadF02); in PthreadF01()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/smoke/ |
D | It_posix_pthread_020.cpp | 46 ret = pthread_key_create(&g_key, PthreadKeyF01); in Testcase()
|
/kernel/liteos_m/testsuites/unittest/posix/src/pthread/ |
D | pthread_cond_func_test.c | 609 ret = pthread_key_create(&g_pthreadKey1, pthreadKeyFree); 612 ret = pthread_key_create(&g_pthreadKey2, pthreadKeyFree);
|
/kernel/liteos_m/testsuites/sample/posix/ |
D | pthread_func_test.c | 591 ret = pthread_key_create((pthread_key_t *)&g_pthreadKey1, pthreadKeyFree); 594 ret = pthread_key_create((pthread_key_t *)&g_pthreadKey2, pthreadKeyFree);
|
/kernel/liteos_a/compat/posix/src/ |
D | pthread.c | 565 int pthread_key_create(pthread_key_t *key, void (*destructor)(void *)) in pthread_key_create() function
|
/kernel/liteos_m/kal/posix/src/ |
D | pthread.c | 628 int pthread_key_create(pthread_key_t *k, void (*dtor)(void *)) in pthread_key_create() function
|
/kernel/liteos_m/ |
D | CHANGELOG.md | 284 * int pthread_key_create(pthread_key_t *k, void (*dtor)(void *))
|