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

/external/fio/engines/
H A Dwindowsaio.c33 struct thread_ctx { struct
90 struct thread_ctx *ctx;
105 ctx = malloc(sizeof(struct thread_ctx));
369 struct thread_ctx *ctx;
373 ctx = (struct thread_ctx*)lpParameter;
/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 1629 milliseconds