Home
last modified time | relevance | path

Searched refs:stackinfo (Results 1 – 25 of 65) sorted by relevance

123

/dports/devel/mpatrol/mpatrol/src/
H A Dstack.h90 typedef struct stackinfo struct
117 stackinfo; argument
126 MP_EXPORT void __mp_newframe(stackinfo *, void *);
127 MP_EXPORT int __mp_getframe(stackinfo *);
H A Daddr.c128 __mp_getaddrs(addrhead *h, stackinfo *p) in __mp_getaddrs()
131 stackinfo s; in __mp_getaddrs()
/dports/x11-fonts/p5-Font-TTF/Font-TTF-1.06/lib/Font/TTF/
H A DXMLparse.pm136 my ($stackinfo) = pop(@{$context->{'stack'}});
139 $context->{'receiver'} = $stackinfo->[0];
141 … $res = &{$fn}($context->{'receiver'}, $context, $tag, %{$stackinfo->[1]}) if defined $fn;
/dports/textproc/p5-PDF-API3/PDF-API3-3.001/lib/PDF/API3/Compat/API2/Basic/TTF/
H A DXMLparse.pm162 my ($stackinfo) = pop(@{$context->{'stack'}});
165 $context->{'receiver'} = $stackinfo->[0];
167 … $res = &{$fn}($context->{'receiver'}, $context, $tag, %{$stackinfo->[1]}) if defined $fn;
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/freeBSD64/
H A Dsigs.c52 static stack_t stackinfo = { (void *) alternate_signalstack, sizeof(alternate_signalstack), 0 }; variable
69 stackinfo_ptr = &stackinfo;
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/armv6/
H A Dsigs.c55 static stack_t stackinfo = { (void *) alternate_signalstack, 0, sizeof(alternate_signalstack) }; variable
73 stackinfo_ptr = &stackinfo;
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/aarch64/
H A Dsigs.c55 static stack_t stackinfo = { (void *) alternate_signalstack, 0, sizeof(alternate_signalstack) }; variable
73 stackinfo_ptr = &stackinfo;
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/freeBSD/
H A Dsigs.c56 static stack_t stackinfo = { (void *) alternate_signalstack, sizeof(alternate_signalstack), 0 }; variable
76 stackinfo_ptr = &stackinfo;
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/linux/
H A Dsigs.c56 static stack_t stackinfo = { (void *) alternate_signalstack, 0, sizeof(alternate_signalstack) }; variable
76 stackinfo_ptr = &stackinfo;
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/AMD64_ext/
H A Dsigs.c57 static stack_t stackinfo = { (void *) alternate_signalstack, 0, sizeof(alternate_signalstack) }; variable
74 stackinfo_ptr = &stackinfo;
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dthreadpool_win.cc429 TP_POOL_STACK_INFORMATION stackinfo; in init() local
430 stackinfo.StackCommit = 0; in init()
431 stackinfo.StackReserve = (SIZE_T)my_thread_stack_size; in init()
432 if (!SetThreadpoolStackInformation(pool, &stackinfo)) in init()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dthreadpool_win.cc429 TP_POOL_STACK_INFORMATION stackinfo; in init() local
430 stackinfo.StackCommit = 0; in init()
431 stackinfo.StackReserve = (SIZE_T)my_thread_stack_size; in init()
432 if (!SetThreadpoolStackInformation(pool, &stackinfo)) in init()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dthreadpool_win.cc460 TP_POOL_STACK_INFORMATION stackinfo; in init() local
461 stackinfo.StackCommit = 0; in init()
462 stackinfo.StackReserve = (SIZE_T)my_thread_stack_size; in init()
463 if (!SetThreadpoolStackInformation(pool, &stackinfo)) in init()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dthreadpool_win.cc460 TP_POOL_STACK_INFORMATION stackinfo; in init() local
461 stackinfo.StackCommit = 0; in init()
462 stackinfo.StackReserve = (SIZE_T)my_thread_stack_size; in init()
463 if (!SetThreadpoolStackInformation(pool, &stackinfo)) in init()
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/macintel64/
H A Dsigs.c53 static stack_t stackinfo = { (void *) alternate_signalstack, sizeof(alternate_signalstack), 0 }; variable
70 stackinfo_ptr = &stackinfo;
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dthreadpool_win.cc490 TP_POOL_STACK_INFORMATION stackinfo; in init() local
491 stackinfo.StackCommit = 0; in init()
492 stackinfo.StackReserve = (SIZE_T)my_thread_stack_size; in init()
493 if (!SetThreadpoolStackInformation(pool, &stackinfo)) in init()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dthreadpool_win.cc490 TP_POOL_STACK_INFORMATION stackinfo; in init() local
491 stackinfo.StackCommit = 0; in init()
492 stackinfo.StackReserve = (SIZE_T)my_thread_stack_size; in init()
493 if (!SetThreadpoolStackInformation(pool, &stackinfo)) in init()
/dports/devel/racer/racer-2.1.48/cargo-crates/stacker-0.1.12/src/
H A Dlib.rs439 let mut stackinfo = std::mem::MaybeUninit::<libc::stack_t>::uninit(); localVariable
440 assert_eq!(libc::pthread_stackseg_np(libc::pthread_self(), stackinfo.as_mut_ptr()), 0);
441 Some(stackinfo.assume_init().ss_sp as usize - stackinfo.assume_init().ss_size)
/dports/lang/rust/rustc-1.58.1-src/vendor/stacker/src/
H A Dlib.rs439 let mut stackinfo = std::mem::MaybeUninit::<libc::stack_t>::uninit(); localVariable
440 assert_eq!(libc::pthread_stackseg_np(libc::pthread_self(), stackinfo.as_mut_ptr()), 0);
441 Some(stackinfo.assume_init().ss_sp as usize - stackinfo.assume_init().ss_size)
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dthreadpool_win.cc520 TP_POOL_STACK_INFORMATION stackinfo; in tp_init() local
521 stackinfo.StackCommit = 0; in tp_init()
522 stackinfo.StackReserve = (SIZE_T)my_thread_stack_size; in tp_init()
523 if (!SetThreadpoolStackInformation(pool, &stackinfo)) in tp_init()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dthreadpool_win.cc520 TP_POOL_STACK_INFORMATION stackinfo; in tp_init() local
521 stackinfo.StackCommit = 0; in tp_init()
522 stackinfo.StackReserve = (SIZE_T)my_thread_stack_size; in tp_init()
523 if (!SetThreadpoolStackInformation(pool, &stackinfo)) in tp_init()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dthreadpool_win.cc520 TP_POOL_STACK_INFORMATION stackinfo; in tp_init() local
521 stackinfo.StackCommit = 0; in tp_init()
522 stackinfo.StackReserve = (SIZE_T)my_thread_stack_size; in tp_init()
523 if (!SetThreadpoolStackInformation(pool, &stackinfo)) in tp_init()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dthreadpool_win.cc520 TP_POOL_STACK_INFORMATION stackinfo; in tp_init() local
521 stackinfo.StackCommit = 0; in tp_init()
522 stackinfo.StackReserve = (SIZE_T)my_thread_stack_size; in tp_init()
523 if (!SetThreadpoolStackInformation(pool, &stackinfo)) in tp_init()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dthreadpool_win.cc520 TP_POOL_STACK_INFORMATION stackinfo; in tp_init() local
521 stackinfo.StackCommit = 0; in tp_init()
522 stackinfo.StackReserve = (SIZE_T)my_thread_stack_size; in tp_init()
523 if (!SetThreadpoolStackInformation(pool, &stackinfo)) in tp_init()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dthreadpool_win.cc520 TP_POOL_STACK_INFORMATION stackinfo; in tp_init() local
521 stackinfo.StackCommit = 0; in tp_init()
522 stackinfo.StackReserve = (SIZE_T)my_thread_stack_size; in tp_init()
523 if (!SetThreadpoolStackInformation(pool, &stackinfo)) in tp_init()

123