| /src/external/bsd/ntp/dist/libntp/lib/isc/pthreads/ |
| thread.c | 38 size_t stacksize; local 45 ret = pthread_attr_getstacksize(&attr, &stacksize); 49 if (stacksize < THREAD_MINSTACKSIZE) {
|
| /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/ |
| clone4.c | 32 int stacksize = 16384; local 36 char *stack = malloc (stacksize); 40 pid = clone (process, (char *) stack + stacksize - 64,
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/ |
| clone4.c | 32 int stacksize = 16384; local 36 char *stack = malloc (stacksize); 40 pid = clone (process, (char *) stack + stacksize - 64,
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/ |
| thread.c | 60 size_t stacksize; local 69 ret = pthread_attr_getstacksize(&attr, &stacksize); 74 if (stacksize < THREAD_MINSTACKSIZE) {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| multi-create.c | 42 size_t stacksize; local 47 pthread_attr_getstacksize (&attr, &stacksize); 48 pthread_attr_setstacksize (&attr, 2 * stacksize); 72 size_t stacksize; local 76 pthread_attr_getstacksize (&attr, &stacksize); 77 pthread_attr_setstacksize (&attr, 2 * stacksize);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| multi-create.c | 42 size_t stacksize; local 47 pthread_attr_getstacksize (&attr, &stacksize); 48 pthread_attr_setstacksize (&attr, 2 * stacksize); 72 size_t stacksize; local 76 pthread_attr_getstacksize (&attr, &stacksize); 77 pthread_attr_setstacksize (&attr, 2 * 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_stack.c | 74 size_t stacksize; local 81 RZ(pthread_attr_getstacksize(&attr, &stacksize)); 88 ATF_CHECK_EQ_MSG(stacksize, pthread__stacksize, 89 "stacksize=%zu pthread__stacksize=%zu", 90 stacksize, pthread__stacksize); 92 return stacksize; 156 * init(stacksize) 159 * stacksize. 167 init(size_t stacksize) 170 C->size = stacksize; [all...] |
| /src/external/mpl/bind/dist/lib/isc/ |
| thread.c | 130 size_t stacksize; local 131 ret = pthread_attr_getstacksize(&attr, &stacksize); 134 if (stacksize < THREAD_MINSTACKSIZE) {
|
| /src/lib/libpuffs/ |
| callcontext.c | 190 size_t stacksize = 1<<pu->pu_cc_stackshift; local 196 sp = mmap(NULL, stacksize, PROT_READ|PROT_WRITE, 207 mprotect((uint8_t *)sp + stacksize - psize, (size_t)psize, PROT_NONE); 212 munmap(pcc, stacksize); 216 munmap(pcc, stacksize); 228 size_t stacksize = 1<<pu->pu_cc_stackshift; local 264 st->ss_size = stacksize - psize; 296 size_t stacksize = 1<<pu->pu_cc_stackshift; local 300 munmap(pcc, stacksize); 337 size_t stacksize = 1<<pu->pu_cc_stackshift local [all...] |
| /src/external/bsd/pcc/dist/pcc/arch/sparc64/ |
| code.c | 137 moveargs(NODE *p, int *regp, int *stacksize) 142 p->n_left = moveargs(p->n_left, regp, stacksize); 153 *stacksize = ALIGN(*stacksize, (tlen(r) - 1)); 154 r->n_rval = *stacksize; 155 *stacksize += tlen(r); 193 int reg = 0, stacksize = 0; local 197 p->n_right = moveargs(p->n_right, ®, &stacksize); 206 * stacksize values to the prologue and doing it all in the "save" 209 if (stacksize != 0) [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/ |
| gthr-vxworks-thread.c | 310 int stacksize = 20 * 1024; local 323 priority, options, stacksize,
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ |
| gthr-vxworks-thread.c | 310 int stacksize = 20 * 1024; local 323 priority, options, stacksize,
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_linux_test.cc | 213 size_t stacksize; local 214 pthread_attr_getstack(&attr, &stackaddr, &stacksize); 215 return (void *)((uptr)stackaddr + stacksize - descr_addr);
|
| /src/external/bsd/byacc/dist/test/yacc/ |
| rename_debug.c | 110 unsigned stacksize; member in struct:__anon6521 162 if ((newsize = data->stacksize) == 0) 184 data->stacksize = newsize;
|
| code_calc.code.c | 211 unsigned stacksize; member in struct:__anon6494 283 if ((newsize = data->stacksize) == 0) 305 data->stacksize = newsize;
|
| code_error.code.c | 201 unsigned stacksize; member in struct:__anon6495 253 if ((newsize = data->stacksize) == 0) 275 data->stacksize = newsize;
|
| defines1.calc.c | 243 unsigned stacksize; member in struct:__anon6496 311 if ((newsize = data->stacksize) == 0) 333 data->stacksize = newsize;
|
| defines2.calc.c | 243 unsigned stacksize; member in struct:__anon6497 311 if ((newsize = data->stacksize) == 0) 333 data->stacksize = newsize;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf-properties.c | 870 if (info->stacksize > 0) 872 bfd_vma stacksize = info->stacksize; local 879 p->u.number = stacksize; 882 else if (stacksize > p->u.number) 883 p->u.number = stacksize;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf-properties.c | 854 if (info->stacksize > 0) 856 bfd_vma stacksize = info->stacksize; local 863 p->u.number = stacksize; 866 else if (stacksize > p->u.number) 867 p->u.number = stacksize;
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf-properties.c | 754 if (info->stacksize > 0) 756 bfd_vma stacksize = info->stacksize; local 763 p->u.number = stacksize; 766 else if (stacksize > p->u.number) 767 p->u.number = stacksize;
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf-properties.c | 754 if (info->stacksize > 0) 756 bfd_vma stacksize = info->stacksize; local 763 p->u.number = stacksize; 766 else if (stacksize > p->u.number) 767 p->u.number = stacksize;
|
| /src/sys/arch/aarch64/aarch64/ |
| db_trace.c | 476 TRACE_DEBUG("stacksize: %#06lx = %lu\n", ssize, ssize); 554 vsize_t stacksize; local 582 if (analyze_func(func_entry, pc, sp, &lr, &stacksize, 595 sp += stacksize;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_posix_libcdep.cc | 420 uptr stacksize = 0; local 421 my_pthread_attr_getstack(attr, (void**)&stackaddr, &stacksize); 422 // GLibC will return (0 - stacksize) as the stack address in the case when 423 // stacksize is set, but stackaddr is not. 424 bool stack_set = (stackaddr != 0) && (stackaddr + stacksize != 0); 427 if (stacksize < minstacksize) { 429 if (stacksize != 0) { 430 VPrintf(1, "Sanitizer: increasing stacksize %zu->%zu\n", stacksize, 436 "%zu < %zu\n", stacksize, minstacksize) [all...] |