Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/programs/ssl/
A Dssl_pthread_server.c103 #define MAX_NUM_THREADS 5 macro
136 static pthread_info_t threads[MAX_NUM_THREADS];
298 for( i = 0; i < MAX_NUM_THREADS; i++ ) in thread_create()
312 if( i == MAX_NUM_THREADS ) in thread_create()

Completed in 3 milliseconds