Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_pthread_server.c62 #define MAX_NUM_THREADS 5 macro
95 static pthread_info_t threads[MAX_NUM_THREADS];
246 for (i = 0; i < MAX_NUM_THREADS; i++) { in thread_create()
259 if (i == MAX_NUM_THREADS) { in thread_create()