Home
last modified time | relevance | path

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

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