Home
last modified time | relevance | path

Searched defs:async_job_st (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/async/
H A Dasync_local.h39 struct async_job_st { struct
40 async_fibre fibrectx;
41 int (*func) (void *);
42 void *funcargs;
43 int ret;
44 int status;
45 ASYNC_WAIT_CTX *waitctx;
46 OSSL_LIB_CTX *libctx;
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/async/
H A Dasync_local.h39 struct async_job_st { struct
40 async_fibre fibrectx;
41 int (*func) (void *);
42 void *funcargs;
43 int ret;
44 int status;
45 ASYNC_WAIT_CTX *waitctx;