OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRYPTO_THREAD
(Results
1 - 10
of
10
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/thread/arch/
thread_none.c
14
int ossl_crypto_thread_native_spawn(
CRYPTO_THREAD
*thread)
19
int ossl_crypto_thread_native_perform_join(
CRYPTO_THREAD
*thread, CRYPTO_THREAD_RETVAL *retval)
29
int ossl_crypto_thread_native_is_self(
CRYPTO_THREAD
*thread)
thread_posix.c
20
CRYPTO_THREAD
*thread;
23
thread = (
CRYPTO_THREAD
*)vthread;
35
int ossl_crypto_thread_native_spawn(
CRYPTO_THREAD
*thread)
63
int ossl_crypto_thread_native_perform_join(
CRYPTO_THREAD
*thread, CRYPTO_THREAD_RETVAL *retval)
91
int ossl_crypto_thread_native_is_self(
CRYPTO_THREAD
*thread)
thread_win.c
18
CRYPTO_THREAD
*thread;
21
thread = (
CRYPTO_THREAD
*)vthread;
35
int ossl_crypto_thread_native_spawn(
CRYPTO_THREAD
*thread)
56
int ossl_crypto_thread_native_perform_join(
CRYPTO_THREAD
*thread, CRYPTO_THREAD_RETVAL *retval)
92
int ossl_crypto_thread_native_is_self(
CRYPTO_THREAD
*thread)
/src/crypto/external/apache2/openssl/dist/include/internal/
thread_arch.h
82
}
CRYPTO_THREAD
;
115
CRYPTO_THREAD
*ossl_crypto_thread_native_start(CRYPTO_THREAD_ROUTINE routine,
117
int ossl_crypto_thread_native_spawn(
CRYPTO_THREAD
*thread);
118
int ossl_crypto_thread_native_join(
CRYPTO_THREAD
*thread,
120
int ossl_crypto_thread_native_perform_join(
CRYPTO_THREAD
*thread,
123
int ossl_crypto_thread_native_is_self(
CRYPTO_THREAD
*thread);
124
int ossl_crypto_thread_native_clean(
CRYPTO_THREAD
*thread);
quic_thread_assist.h
48
CRYPTO_THREAD
*t;
/src/crypto/external/apache2/openssl/dist/crypto/thread/
arch.c
13
CRYPTO_THREAD
*ossl_crypto_thread_native_start(CRYPTO_THREAD_ROUTINE routine,
16
CRYPTO_THREAD
*handle;
47
int ossl_crypto_thread_native_join(
CRYPTO_THREAD
*thread, CRYPTO_THREAD_RETVAL *retval)
106
int ossl_crypto_thread_native_clean(
CRYPTO_THREAD
*handle)
internal.c
43
CRYPTO_THREAD
*thread;
75
CRYPTO_THREAD
*handle = vhandle;
97
CRYPTO_THREAD
*handle = vhandle;
/src/crypto/external/apache2/openssl/dist/test/
threadpool_test.c
62
CRYPTO_THREAD
*t;
255
ossl_crypto_thread_native_join((
CRYPTO_THREAD
*)data, NULL);
261
ossl_crypto_thread_native_join((
CRYPTO_THREAD
*)data, NULL);
267
CRYPTO_THREAD
*t, *t1, *t2;
quic_multistream_test.c
45
CRYPTO_THREAD
*t;
114
CRYPTO_THREAD
*t;
/src/crypto/external/apache2/openssl/dist/test/radix/
quic_bindings.c
85
CRYPTO_THREAD
*t;
Completed in 21 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026