Home
last modified time | relevance | path

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

/mbedtls-development/scripts/
A Dfootprint.sh116 doit thread configs/config-thread.h
/mbedtls-development/programs/ssl/
A Dssl_pthread_server.c114 pthread_t thread; member
288 pthread_join(threads[i].thread, NULL ); in thread_create()
304 if( ( ret = pthread_create( &threads[i].thread, NULL, handle_ssl_connection, in thread_create()
/mbedtls-development/tests/suites/
A Dtest_suite_debug.function30 /* Skip "thread ID" (up to the first space) as it is not predictable */
/mbedtls-development/programs/
A DREADME.md77 * [`ssl/ssl_pthread_server.c`](ssl/ssl_pthread_server.c): a simple HTTPS server using one thread pe…
/mbedtls-development/
A DChangeLog1705 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 by
3088 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 defined
3520 * x509_get_current_time() uses localtime_r() to prevent thread issues
3826 * x509_get_current_time() uses localtime_r() to prevent thread issues
3848 * Changed RSA blinding to a slower but thread-safe version
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md798 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