Home
last modified time | relevance | path

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

/dports/security/cryptlib/cryptlib-3.4.3/test/
H A Dssl.c2175 unsigned __stdcall tlsServerMultiThread( void *threadIdPtr ) in tlsServerMultiThread() argument
2177 int threadID = *( ( int * ) threadIdPtr ); in tlsServerMultiThread()
2183 unsigned __stdcall tlsClientMultiThread( void *threadIdPtr ) in tlsClientMultiThread() argument
2185 int threadID = *( ( int * ) threadIdPtr ); in tlsClientMultiThread()