HomeSort by: relevance | last modified time | path
    Searched refs:STACKSIZE (Results 1 - 25 of 229) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/sys/arch/ia64/stand/ia64/ski/
start.S 31 #define STACKSIZE 16384
50 add r12=STACKSIZE-16,r2
64 stack: .skip STACKSIZE
  /src/crypto/external/bsd/openssl/dist/crypto/async/arch/
async_posix.c 18 #define STACKSIZE 32768
41 fibre->fibre.uc_stack.ss_sp = OPENSSL_malloc(STACKSIZE);
43 fibre->fibre.uc_stack.ss_size = STACKSIZE;
  /src/crypto/external/bsd/openssl.old/dist/crypto/async/arch/
async_posix.c 18 #define STACKSIZE 32768
39 fibre->fibre.uc_stack.ss_sp = OPENSSL_malloc(STACKSIZE);
41 fibre->fibre.uc_stack.ss_size = STACKSIZE;
  /src/tests/lib/libpthread/
t_join.c 46 #define STACKSIZE 65536
106 ATF_REQUIRE(pthread_attr_setstacksize(&attr, STACKSIZE * (i + 1)) == 0);
107 ATF_REQUIRE(pthread_attr_setguardsize(&attr, STACKSIZE * (i + 2)) == 0);
152 size_t stacksize, guardsize; local
157 ATF_REQUIRE(pthread_attr_getstacksize(&attr, &stacksize) == 0);
158 ATF_REQUIRE(stacksize == STACKSIZE * (j + 1));
160 ATF_REQUIRE(guardsize == STACKSIZE * (j + 2));
t_swapcontext.c 43 #define STACKSIZE 65536
45 char stack[STACKSIZE];
  /src/sys/arch/evbarm/stand/gzboot/
srtbegin.S 41 #define STACKSIZE 1024
114 add sp, r1, #STACKSIZE
137 .comm Lstackspace, STACKSIZE
  /src/tests/lib/libc/sys/
t_swapcontext.c 38 #define STACKSIZE 65536
40 char stack[STACKSIZE];
t_clone.c 53 #define STACKSIZE (8 * 1024)
60 void *stack = mmap(NULL, STACKSIZE, PROT_READ|PROT_WRITE,
64 stack = (char *)stack + STACKSIZE;
73 stack = (char *)stack - STACKSIZE;
75 ATF_REQUIRE_ERRNO(errno, munmap(stack, STACKSIZE) != -1);
  /src/external/gpl3/binutils/dist/binutils/
deflex.l 39 "STACKSIZE" { return STACKSIZE;}
defparse.h 60 STACKSIZE = 261, /* STACKSIZE */
97 #define STACKSIZE 261
  /src/external/gpl3/binutils.old/dist/binutils/
deflex.l 39 "STACKSIZE" { return STACKSIZE;}
defparse.h 60 STACKSIZE = 261, /* STACKSIZE */
97 #define STACKSIZE 261
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
se_ssync.S 19 #ifndef STACKSIZE
20 #define STACKSIZE 0x10 // change for how much stack you need
se_kills2.S 18 #ifndef STACKSIZE
19 #define STACKSIZE 0x10
147 .space (STACKSIZE);
c_except_sys_sstep.S 14 #ifndef STACKSIZE
15 #define STACKSIZE 0x10
248 .space (STACKSIZE);
251 .space (STACKSIZE);
c_interr_excpt.S 24 #ifndef STACKSIZE
25 #define STACKSIZE 0x10
286 .space (STACKSIZE);
289 .space (STACKSIZE);
c_interr_nested.S 23 #ifndef STACKSIZE
24 #define STACKSIZE 0x10
285 .space (STACKSIZE);
288 .space (STACKSIZE);
c_mmr_timer.S 15 #ifndef STACKSIZE
16 #define STACKSIZE 0x10
275 .space (STACKSIZE);
278 .space (STACKSIZE);
c_mode_supervisor.S 23 #ifndef STACKSIZE
24 #define STACKSIZE 0x10
283 .space (STACKSIZE);
286 .space (STACKSIZE);
c_progctrl_csync_mmr.S 24 #ifndef STACKSIZE
25 #define STACKSIZE 0x10
276 .space (STACKSIZE);
279 .space (STACKSIZE);
c_progctrl_excpt.S 23 #ifndef STACKSIZE
24 #define STACKSIZE 0x10
257 .space (STACKSIZE);
260 .space (STACKSIZE);
c_progctrl_raise_rt_i_n.S 21 #ifndef STACKSIZE
22 #define STACKSIZE 0x10
281 .space (STACKSIZE);
284 .space (STACKSIZE);
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
se_ssync.S 19 #ifndef STACKSIZE
20 #define STACKSIZE 0x10 // change for how much stack you need
se_kills2.S 18 #ifndef STACKSIZE
19 #define STACKSIZE 0x10
147 .space (STACKSIZE);
  /src/lib/librumpuser/
rumpfiber.h 53 #define STACKSIZE 65536

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 910