Searched refs:ndoit (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/threads/
H A Dmttest.c370 int ndoit(SSL_CTX *ssl_ctx[2]) function
779 (LPTHREAD_START_ROUTINE)ndoit,
904 (void *(*)())ndoit,
1001 thread_ctx[i]=sproc((void (*)())ndoit,
1104 (void *(*)())ndoit, (void *)ssl_ctx);
1190 BeginThread( (void(*)(void*))ndoit, NULL, THREAD_STACK_SIZE,
1286 thread_ctx[i] = spawn_thread((thread_func)ndoit,

Completed in 32 milliseconds