Searched refs:thread (Results 1 – 4 of 4) sorted by relevance
110 doit thread configs/config-thread.h
116 pthread_t thread; member290 pthread_join(threads[i].thread, NULL ); in thread_create()306 if( ( ret = pthread_create( &threads[i].thread, NULL, handle_ssl_connection, in thread_create()
29 /* Skip "thread ID" (up to the first space) as it is not predictable */
323 * Prepend a "thread identifier" to debug messages (issue pointed out by507 thread-safe if MBEDTLS_THREADING_C is enabled.567 * Fix thread safety bug in RSA operations (found by Fredrik Axelsson).896 now thread-safe if POLARSSL_THREADING_C defined939 * x509_get_current_time() uses localtime_r() to prevent thread issues1245 * x509_get_current_time() uses localtime_r() to prevent thread issues1267 * Changed RSA blinding to a slower but thread-safe version