Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/programs/ssl/
Dssl_pthread_server.c87 #define MAX_NUM_THREADS 5 macro
120 static pthread_info_t threads[MAX_NUM_THREADS];
282 for( i = 0; i < MAX_NUM_THREADS; i++ ) in thread_create()
296 if( i == MAX_NUM_THREADS ) in thread_create()