Home
last modified time | relevance | path

Searched refs:PTHREAD_NUM_MAX (Results 1 – 4 of 4) sorted by relevance

/components/libc/posix/pthreads/
A Dpthread_internal.h34 #ifndef PTHREAD_NUM_MAX
35 #define PTHREAD_NUM_MAX 32 macro
A Dpthread.c23 _pthread_data_t *pth_table[PTHREAD_NUM_MAX] = {NULL};
46 if (thread >= PTHREAD_NUM_MAX) return NULL; in _pthread_get_data()
80 for (index = 0; index < PTHREAD_NUM_MAX; index ++) in _pthread_data_get_pth()
115 if (!ptd) return PTHREAD_NUM_MAX; in _pthread_data_create()
124 for (index = 0; index < PTHREAD_NUM_MAX; index ++) in _pthread_data_create()
135 if (index == PTHREAD_NUM_MAX) in _pthread_data_create()
405 if (pth_id == PTHREAD_NUM_MAX) in pthread_create()
501 if (pth_id != PTHREAD_NUM_MAX) in pthread_create()
671 if (tid == NULL) return PTHREAD_NUM_MAX; in pthread_self()
/components/libc/cplusplus/cpp11/gcc/
A Dthread23 #ifndef PTHREAD_NUM_MAX
24 #define PTHREAD_NUM_MAX 32
26 #define CPP_UNJOINABLE_THREAD PTHREAD_NUM_MAX
100 return (_m_thr.__cpp_thread_t < PTHREAD_NUM_MAX);
/components/libc/posix/
A DKconfig103 config PTHREAD_NUM_MAX config

Completed in 6 milliseconds