Searched refs:PTHREAD_NUM_MAX (Results 1 – 4 of 4) sorted by relevance
34 #ifndef PTHREAD_NUM_MAX35 #define PTHREAD_NUM_MAX 32 macro
23 _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()
23 #ifndef PTHREAD_NUM_MAX24 #define PTHREAD_NUM_MAX 3226 #define CPP_UNJOINABLE_THREAD PTHREAD_NUM_MAX100 return (_m_thr.__cpp_thread_t < PTHREAD_NUM_MAX);
103 config PTHREAD_NUM_MAX config
Completed in 6 milliseconds