Home
last modified time | relevance | path

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

/external/openssl/crypto/threads/
Dmttest.c894 thread_t thread_ctx[MAX_THREAD_NUMBER]; in do_threads() local
907 &(thread_ctx[i])); in do_threads()
913 thr_join(thread_ctx[i],NULL,NULL); in do_threads()
993 int thread_ctx[MAX_THREAD_NUMBER]; in do_threads() local
1001 thread_ctx[i]=sproc((void (*)())ndoit, in do_threads()
1092 pthread_t thread_ctx[MAX_THREAD_NUMBER]; in do_threads() local
1103 pthread_create(&(thread_ctx[i]), NULL, in do_threads()
1110 pthread_join(thread_ctx[i],NULL); in do_threads()
1278 thread_id thread_ctx[MAX_THREAD_NUMBER]; in do_threads() local
1286 thread_ctx[i] = spawn_thread((thread_func)ndoit, in do_threads()
[all …]