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

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

Completed in 39 milliseconds