Lines Matching refs:Thread
160 arguments to buffer overflows/overruns. It is mostly thread safe and has been clocked on various platforms
253 There is no initialization routine for the library and for the most part the code is thread safe. The only thread
3636 which will build LTC using the TFM math library and enabling this new feature. The feature is not enabled by default as it is \textbf{NOT} thread
5015 \mysection{Thread Safety}
5016 The library is not fully thread safe but several simple precautions can be taken to avoid any problems. The registry functions
5017 such as register\_cipher() are not thread safe no matter what you do. It is best to call them from your programs initialization
5021 thread has its own state variables then they will not affect each other, and are fully thread safe. This is fairly simple with symmetric ciphers
5315 When this is activated all of the descriptor table functions will use pthread locking to ensure thread safe updates to the tables. Note that
5316 it doesn't prevent a thread that is passively using a table from being messed up by another thread that updates the table.