Sign in
fuchsia
/
fuchsia
/
HEAD
/
.
/
third_party
/
rust_crates
/
vendor
/
openssl-sys-0.9.106
/
src
/
handwritten
/
thread.rs
blob: de661e1c5c0022a937795f1c42d3eb83731f7302 [
file
] [
log
] [
blame
]
use
super
::
super
::*;
use
libc
::*;
extern
"C"
{
pub
fn
OSSL_set_max_threads
(
ctx
:
*
mut
OSSL_LIB_CTX
,
max_threads
:
u64
)
->
c_int
;
pub
fn
OSSL_get_max_threads
(
ctx
:
*
mut
OSSL_LIB_CTX
)
->
u64
;
}