Home
last modified time | relevance | path

Searched refs:PTHREAD_KEYS_MAX (Results 1 – 6 of 6) sorted by relevance

/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
DIt_posix_pthread_221.c43 pthread_key_t keysMax[PTHREAD_KEYS_MAX]; in Testcase()
45 for (i = 0; i <= PTHREAD_KEYS_MAX; i++) { in Testcase()
50 for (i = 0; i <= PTHREAD_KEYS_MAX; i++) { in Testcase()
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
DIt_posix_pthread_221.cpp36 pthread_key_t keysMax[PTHREAD_KEYS_MAX]; in Testcase()
38 for (i = 0; i < PTHREAD_KEYS_MAX; i++) { in Testcase()
43 for (i = 0; i < PTHREAD_KEYS_MAX; i++) { in Testcase()
/kernel/liteos_m/kal/posix/src/
Dpthread.c58 static PthreadKey g_pthreadKeyData[PTHREAD_KEYS_MAX];
609 for (unsigned int count = 0; count < PTHREAD_KEYS_MAX; count++) { in PthreadExitKeyDtor()
645 if (g_pthreadkeyCount >= PTHREAD_KEYS_MAX) { in pthread_key_create()
656 } while (count < PTHREAD_KEYS_MAX); in pthread_key_create()
678 if (k >= PTHREAD_KEYS_MAX) { in pthread_key_delete()
719 if (k >= PTHREAD_KEYS_MAX) { in pthread_setspecific()
726 key = (uintptr_t *)malloc(sizeof(uintptr_t) * PTHREAD_KEYS_MAX); in pthread_setspecific()
730 …(void)memset_s(key, sizeof(uintptr_t) * PTHREAD_KEYS_MAX, 0, sizeof(uintptr_t) * PTHREAD_KEYS_MAX); in pthread_setspecific()
760 if (k >= PTHREAD_KEYS_MAX) { in pthread_getspecific()
/kernel/liteos_m/kal/libc/newlib/porting/include/
Dlimits.h44 #define PTHREAD_KEYS_MAX 128 macro
/kernel/liteos_a/compat/posix/src/
Dmisc.c137 CONF_CASE_RETURN(_SC_THREAD_KEYS_MAX, PTHREAD_KEYS_MAX); in sysconf()
/kernel/liteos_m/
DCHANGELOG.md53 * 修复newlib缺省PTHREAD_KEYS_MAX 问题 ([65f04bf](https://gitee.com/openharmony/kernel_liteos_m/commits/65…