Home
last modified time | relevance | path

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

/openssl-master/test/
A Dasynctest.c131 || ASYNC_start_job(&job1, waitctx, &funcret1, only_pause, NULL, 0) in test_ASYNC_init_thread()
133 || ASYNC_start_job(&job2, waitctx, &funcret2, only_pause, NULL, 0) in test_ASYNC_init_thread()
135 || ASYNC_start_job(&job3, waitctx, &funcret3, only_pause, NULL, 0) in test_ASYNC_init_thread()
137 || ASYNC_start_job(&job1, waitctx, &funcret1, only_pause, NULL, 0) in test_ASYNC_init_thread()
139 || ASYNC_start_job(&job3, waitctx, &funcret3, only_pause, NULL, 0) in test_ASYNC_init_thread()
206 || ASYNC_start_job(&job, waitctx, &funcret, add_two, NULL, 0) in test_ASYNC_start_job()
209 || ASYNC_start_job(&job, waitctx, &funcret, add_two, NULL, 0) in test_ASYNC_start_job()
262 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds()
271 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds()
286 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds()
[all …]
/openssl-master/doc/man3/
A DASYNC_start_job.pod6 ASYNC_init_thread, ASYNC_cleanup_thread, ASYNC_start_job, ASYNC_pause_job,
17 int ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *ctx, int *ret,
57 An asynchronous job is started by calling the ASYNC_start_job() function.
64 ASYNC_start_job will return one of the following values:
83 a job call ASYNC_start_job() again passing the job handle in I<*job>. The
85 When restarting a job ASYNC_start_job() B<must> be called from the same thread
101 indirectly by the function "func" passed as an argument to ASYNC_start_job())
103 application with B<ASYNC_PAUSE> returned from the ASYNC_start_job() call. A
104 subsequent call to ASYNC_start_job passing in the relevant B<ASYNC_JOB> in the
270 switch (ASYNC_start_job(&job, ctx, &ret, jobfunc, msg, sizeof(msg))) {
[all …]
A DASYNC_WAIT_CTX_new.pod51 L<ASYNC_start_job(3)>. An B<ASYNC_WAIT_CTX> object represents an asynchronous
56 function prior to calling ASYNC_start_job() (see L<ASYNC_start_job(3)>). When
78 have changed since the last call time ASYNC_start_job() returned B<ASYNC_PAUSE>
204 L<crypto(7)>, L<ASYNC_start_job(3)>
A DOSSL_LIB_CTX.pod106 async jobs (see L<ASYNC_start_job(3)>), as the default library context when
A DOPENSSL_init_crypto.pod120 sub-library (see L<ASYNC_start_job(3)>). This is a default option.
/openssl-master/include/openssl/
A Dasync.h83 int ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *ctx, int *ret,
/openssl-master/crypto/async/
A Dasync.c177 int ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *wctx, int *ret, in ASYNC_start_job() function
/openssl-master/doc/
A Dbuild.info542 DEPEND[html/man3/ASYNC_start_job.html]=man3/ASYNC_start_job.pod
543 GENERATE[html/man3/ASYNC_start_job.html]=man3/ASYNC_start_job.pod
544 DEPEND[man/man3/ASYNC_start_job.3]=man3/ASYNC_start_job.pod
545 GENERATE[man/man3/ASYNC_start_job.3]=man3/ASYNC_start_job.pod
2857 html/man3/ASYNC_start_job.html \
3449 man/man3/ASYNC_start_job.3 \
/openssl-master/apps/
A Dspeed.c1122 ret = ASYNC_start_job(&loopargs[i].inprogress_job, loopargs[i].wait_ctx, in run_benchmark()
1224 ret = ASYNC_start_job(&loopargs[i].inprogress_job, in run_benchmark()
/openssl-master/ssl/
A Dssl_lib.c1773 switch (ASYNC_start_job(&s->job, s->waitctx, &ret, func, args, in ssl_start_async_job()
/openssl-master/util/
A Dlibcrypto.num1638 ASYNC_start_job 1677 3_0_0 EXIST::FUNCTION:
/openssl-master/
A DCHANGES.md3723 asynchronous capable engine is used. See the ASYNC_start_job() man page for

Completed in 61 milliseconds