Home
last modified time | relevance | path

Searched defs:stacksize (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/lib/librthread/
H A Drthread_attr.c112 size_t *stacksize) in pthread_attr_getstack()
121 pthread_attr_setstack(pthread_attr_t *attrp, void *stackaddr, size_t stacksize) in pthread_attr_setstack()
180 pthread_attr_getstacksize(const pthread_attr_t *attrp, size_t *stacksize) in pthread_attr_getstacksize()
188 pthread_attr_setstacksize(pthread_attr_t *attrp, size_t stacksize) in pthread_attr_setstacksize()
/openbsd-src/gnu/llvm/lld/MachO/
H A DMachOStructs.h42 llvm::support::ulittle64_t stacksize; member
/openbsd-src/gnu/gcc/libgomp/
H A Denv.c183 unsigned long stacksize; in initialize_env() local
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp129 uptr stacksize = rl.rlim_cur; in GetThreadStackTopAndBottom() local
140 uptr stacksize = 0; in GetThreadStackTopAndBottom() local
H A Dsanitizer_posix_libcdep.cpp399 uptr stacksize = 0; in AdjustStackSize() local
H A Dsanitizer_mac.cpp414 uptr stacksize = pthread_get_stacksize_np(pthread_self()); in GetThreadStackTopAndBottom() local
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cpp197 size_t stacksize; in thread_descriptor_size_test_func() local
/openbsd-src/usr.sbin/vmd/
H A Dloadfile_elf.c271 size_t n, stacksize; loadfile_elf() local
/openbsd-src/gnu/usr.bin/perl/dist/threads/
H A Dthreads.xs1018 size_t stacksize; global() local
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c9857 rs6000_emit_eh_toc_restore (stacksize) in rs6000_emit_eh_toc_restore() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h951 uint64_t stacksize; member