Searched refs:thread (Results 1 – 6 of 6) sorted by relevance
116 doit thread configs/config-thread.h
114 pthread_t thread; member288 pthread_join(threads[i].thread, NULL ); in thread_create()304 if( ( ret = pthread_create( &threads[i].thread, NULL, handle_ssl_connection, in thread_create()
30 /* Skip "thread ID" (up to the first space) as it is not predictable */
77 * [`ssl/ssl_pthread_server.c`](ssl/ssl_pthread_server.c): a simple HTTPS server using one thread pe…
1705 whose implementation should behave as a thread-safe version of gmtime().1879 * Use gmtime_r/gmtime_s for thread-safety. Fixed by Nick Wilson.2904 * Prepend a "thread identifier" to debug messages (issue pointed out by3088 thread-safe if MBEDTLS_THREADING_C is enabled.3148 * Fix thread safety bug in RSA operations (found by Fredrik Axelsson).3477 now thread-safe if POLARSSL_THREADING_C defined3520 * x509_get_current_time() uses localtime_r() to prevent thread issues3826 * x509_get_current_time() uses localtime_r() to prevent thread issues3848 * Changed RSA blinding to a slower but thread-safe version
798 In a multithreaded environment, the driver may only call these two functions from the thread that i…975 …e driver needs to remember which driver it's calling. This may require a thread-local variable in …995 …ce on multiprocessor systems, a multithreaded core could prefer to use one RNG instance per thread.
Completed in 14 milliseconds