Home
last modified time | relevance | path

Searched refs:uc_stack (Results 1 - 25 of 57) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/async/arch/
H A Dasync_posix.c41 fibre->fibre.uc_stack.ss_sp = OPENSSL_malloc(STACKSIZE); in async_fibre_makecontext()
42 if (fibre->fibre.uc_stack.ss_sp != NULL) { in async_fibre_makecontext()
43 fibre->fibre.uc_stack.ss_size = STACKSIZE; in async_fibre_makecontext()
49 fibre->fibre.uc_stack.ss_sp = NULL; in async_fibre_makecontext()
56 OPENSSL_free(fibre->fibre.uc_stack.ss_sp); in async_fibre_free()
57 fibre->fibre.uc_stack.ss_sp = NULL; in async_fibre_free()
/third_party/openssl/crypto/async/arch/
H A Dasync_posix.c41 fibre->fibre.uc_stack.ss_sp = OPENSSL_malloc(STACKSIZE); in async_fibre_makecontext()
42 if (fibre->fibre.uc_stack.ss_sp != NULL) { in async_fibre_makecontext()
43 fibre->fibre.uc_stack.ss_size = STACKSIZE; in async_fibre_makecontext()
49 fibre->fibre.uc_stack.ss_sp = NULL; in async_fibre_makecontext()
56 OPENSSL_free(fibre->fibre.uc_stack.ss_sp); in async_fibre_free()
57 fibre->fibre.uc_stack.ss_sp = NULL; in async_fibre_free()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/
H A Dalign.rs13 pub uc_stack: ::stack_t,
26 && self.uc_stack == other.uc_stack in eq()
37 .field("uc_stack", &self.uc_stack) in fmt()
47 self.uc_stack.hash(state); in hash()
/third_party/rust/crates/libc/src/fuchsia/
H A Dx86_64.rs71 pub uc_stack: ::stack_t,
84 && self.uc_stack == other.uc_stack in eq()
100 .field("uc_stack", &self.uc_stack) in fmt()
111 self.uc_stack.hash(state); in hash()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dx86_64.rs72 pub uc_stack: ::stack_t,
139 && self.uc_stack == other.uc_stack in eq()
151 .field("uc_stack", &self.uc_stack) in fmt()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dx86_64.rs53 pub uc_stack: ::stack_t,
240 && self.uc_stack == other.uc_stack in eq()
250 .field("uc_stack", &self.uc_stack) in fmt()
259 self.uc_stack.hash(state); in hash()
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H A Darm.rs49 pub uc_stack: ::stack_t,
109 && self.uc_stack == other.uc_stack in eq()
123 .field("uc_stack", &self.uc_stack) in fmt()
138 self.uc_stack.hash(state); in hash()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dosfiber_ucontext.h118 out->context.uc_stack.ss_sp = out->stack.ptr; in createFiber()
119 out->context.uc_stack.ss_size = stackSize; in createFiber()
/third_party/node/deps/v8/src/libsampler/
H A Dsampler.cc84 stack_t uc_stack; member
96 stack_t uc_stack;
127 stack_t uc_stack;
145 stack_t uc_stack;
162 stack_t uc_stack;
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/
H A Dmod.rs48 pub uc_stack: ::stack_t,
105 && self.uc_stack == other.uc_stack in eq()
118 .field("uc_stack", &self.uc_stack) in fmt()
132 self.uc_stack.hash(state); in hash()
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/
H A Dalign.rs13 pub uc_stack: ::stack_t,
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dx86_64.rs20 pub uc_stack: ::stack_t,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
H A Dalign.rs6 pub uc_stack: ::stack_t,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/
H A Dalign.rs13 pub uc_stack: ::stack_t,
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/loongarch64/
H A Dalign.rs13 pub uc_stack: ::stack_t,
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/riscv64/
H A Dalign.rs6 pub uc_stack: ::stack_t,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/
H A Dalign.rs6 pub uc_stack: ::stack_t,
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dalign.rs13 pub uc_stack: ::stack_t,
/third_party/rust/crates/libc/src/unix/bsd/apple/b64/aarch64/
H A Dalign.rs14 pub uc_stack: ::stack_t,
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/x86_64/
H A Dmod.rs171 pub uc_stack: ::stack_t,
297 && self.uc_stack == other.uc_stack in eq()
309 .field("uc_stack", &self.uc_stack) in fmt()
320 self.uc_stack.hash(state); in hash()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/arm/
H A Dmod.rs184 pub uc_stack: ::stack_t,
197 && self.uc_stack == other.uc_stack in eq()
208 .field("uc_stack", &self.uc_stack) in fmt()
218 self.uc_stack.hash(state); in hash()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs296 pub uc_stack: ::stack_t,
368 && self.uc_stack == other.uc_stack in eq()
382 .field("uc_stack", &self.uc_stack) in fmt()
394 self.uc_stack.hash(state); in hash()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/x86_64/
H A Dmod.rs143 pub uc_stack: ::stack_t,
210 && self.uc_stack == other.uc_stack in eq()
228 .field("uc_stack", &self.uc_stack) in fmt()
240 self.uc_stack.hash(state); in hash()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/x86/
H A Dmod.rs163 pub uc_stack: ::stack_t,
176 && self.uc_stack == other.uc_stack in eq()
194 .field("uc_stack", &self.uc_stack) in fmt()
206 self.uc_stack.hash(state); in hash()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsignal.h34 stack_t uc_stack; member

Completed in 24 milliseconds

123