Home
last modified time | relevance | path

Searched refs:STACKSIZE (Results 1 – 25 of 239) sorted by relevance

12345678910

/netbsd/tests/lib/libc/sys/
H A Dt_clone.c52 #define STACKSIZE (8 * 1024) macro
102 allocstack = mmap(NULL, STACKSIZE, PROT_READ|PROT_WRITE, in ATF_TC_BODY()
109 stack = (char *)stack + STACKSIZE; in ATF_TC_BODY()
161 ATF_REQUIRE_ERRNO(errno, munmap(allocstack, STACKSIZE) != -1); in ATF_TC_BODY()
196 allocstack = mmap(NULL, STACKSIZE, PROT_READ|PROT_WRITE, in ATF_TC_BODY()
201 stack = (char *)stack + STACKSIZE; in ATF_TC_BODY()
211 ATF_REQUIRE_ERRNO(errno, munmap(allocstack, STACKSIZE) != -1); in ATF_TC_BODY()
/netbsd/tests/lib/libpthread/
H A Dt_join.c46 #define STACKSIZE 65536 macro
106 ATF_REQUIRE(pthread_attr_setstacksize(&attr, STACKSIZE * (i + 1)) == 0); in threadfunc1()
107 ATF_REQUIRE(pthread_attr_setguardsize(&attr, STACKSIZE * (i + 2)) == 0); in threadfunc1()
158 ATF_REQUIRE(stacksize == STACKSIZE * (j + 1)); in threadfunc2()
160 ATF_REQUIRE(guardsize == STACKSIZE * (j + 2)); in threadfunc2()
/netbsd/sys/arch/ia64/stand/ia64/ski/
H A Dstart.S31 #define STACKSIZE 16384 macro
50 add r12=STACKSIZE-16,r2
64 stack: .skip STACKSIZE
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/async/arch/
H A Dasync_posix.c18 #define STACKSIZE 32768 macro
39 fibre->fibre.uc_stack.ss_sp = OPENSSL_malloc(STACKSIZE); in async_fibre_makecontext()
41 fibre->fibre.uc_stack.ss_size = STACKSIZE; in async_fibre_makecontext()
/netbsd/crypto/external/bsd/openssl/dist/crypto/async/arch/
H A Dasync_posix.c18 #define STACKSIZE 32768 macro
41 fibre->fibre.uc_stack.ss_sp = OPENSSL_malloc(STACKSIZE); in async_fibre_makecontext()
43 fibre->fibre.uc_stack.ss_size = STACKSIZE; in async_fibre_makecontext()
/netbsd/external/gpl3/gdb/dist/sim/testsuite/sim/bfin/
H A Dse_cc_kill.S31 #ifndef STACKSIZE
32 #define STACKSIZE 0x00000010 macro
474 .space (STACKSIZE);
476 .space (STACKSIZE);
479 .space (STACKSIZE);
H A Dc_except_sys_sstep.S14 #ifndef STACKSIZE
15 #define STACKSIZE 0x10 macro
248 .space (STACKSIZE);
251 .space (STACKSIZE);
H A Dc_progctrl_excpt.S23 #ifndef STACKSIZE
24 #define STACKSIZE 0x10 macro
257 .space (STACKSIZE);
260 .space (STACKSIZE);
H A Dse_bug_ui.S20 #ifndef STACKSIZE
21 #define STACKSIZE 0x10 // change for how much stack you need macro
292 .space (STACKSIZE);
295 .space (STACKSIZE);
H A Dse_bug_ui2.S20 #ifndef STACKSIZE
21 #define STACKSIZE 0x10 // change for how much stack you need macro
292 .space (STACKSIZE);
295 .space (STACKSIZE);
H A Dse_bug_ui3.S20 #ifndef STACKSIZE
21 #define STACKSIZE 0x10 // change for how much stack you need macro
296 .space (STACKSIZE);
299 .space (STACKSIZE);
H A Dse_excpt_ifprotviol.S16 #ifndef STACKSIZE
17 #define STACKSIZE 0x100 // change for how much stack you need macro
276 .space (STACKSIZE);
279 .space (STACKSIZE);
H A Dse_misaligned_fetch.S19 #ifndef STACKSIZE
20 #define STACKSIZE 0x10 macro
282 .space (STACKSIZE);
285 .space (STACKSIZE);
H A Dse_more_ret_haz.S19 #ifndef STACKSIZE
20 #define STACKSIZE 0x10 macro
267 .space (STACKSIZE);
270 .space (STACKSIZE);
H A Dc_interr_nested.S23 #ifndef STACKSIZE
24 #define STACKSIZE 0x10 macro
285 .space (STACKSIZE);
288 .space (STACKSIZE);
H A Dc_interr_pending_2.S18 #ifndef STACKSIZE
19 #define STACKSIZE 0x10 macro
264 .space (STACKSIZE);
267 .space (STACKSIZE);
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dse_cc_kill.S31 #ifndef STACKSIZE
32 #define STACKSIZE 0x00000010 macro
474 .space (STACKSIZE);
476 .space (STACKSIZE);
479 .space (STACKSIZE);
H A Dc_except_sys_sstep.S14 #ifndef STACKSIZE
15 #define STACKSIZE 0x10 macro
248 .space (STACKSIZE);
251 .space (STACKSIZE);
H A Dc_progctrl_excpt.S23 #ifndef STACKSIZE
24 #define STACKSIZE 0x10 macro
257 .space (STACKSIZE);
260 .space (STACKSIZE);
H A Dse_bug_ui.S20 #ifndef STACKSIZE
21 #define STACKSIZE 0x10 // change for how much stack you need macro
292 .space (STACKSIZE);
295 .space (STACKSIZE);
H A Dse_bug_ui2.S20 #ifndef STACKSIZE
21 #define STACKSIZE 0x10 // change for how much stack you need macro
292 .space (STACKSIZE);
295 .space (STACKSIZE);
H A Dse_bug_ui3.S20 #ifndef STACKSIZE
21 #define STACKSIZE 0x10 // change for how much stack you need macro
296 .space (STACKSIZE);
299 .space (STACKSIZE);
H A Dse_excpt_ifprotviol.S16 #ifndef STACKSIZE
17 #define STACKSIZE 0x100 // change for how much stack you need macro
276 .space (STACKSIZE);
279 .space (STACKSIZE);
H A Dse_misaligned_fetch.S19 #ifndef STACKSIZE
20 #define STACKSIZE 0x10 macro
282 .space (STACKSIZE);
285 .space (STACKSIZE);
H A Dse_more_ret_haz.S19 #ifndef STACKSIZE
20 #define STACKSIZE 0x10 macro
267 .space (STACKSIZE);
270 .space (STACKSIZE);

12345678910