| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| D | clone-attach-detach.c | 27 #define STACK_SIZE 0x1000 macro 48 stack = malloc (STACK_SIZE); in main() 54 clone_pid = __clone2 (clone_fn, stack, STACK_SIZE, CLONE_FLAGS, NULL); in main() 56 clone_pid = clone (clone_fn, stack + STACK_SIZE, CLONE_FLAGS, NULL); in main()
|
| D | clone-thread_db.c | 30 #define STACK_SIZE 0x1000 macro 46 stack = malloc (STACK_SIZE); in thread_fn() 50 clone_pid = __clone2 (clone_fn, stack, STACK_SIZE, CLONE_VM, NULL); in thread_fn() 52 clone_pid = clone (clone_fn, stack + STACK_SIZE, CLONE_VM, NULL); in thread_fn()
|
| D | current-lwp-dead.c | 47 #define STACK_SIZE 0x1000 macro 64 stack = malloc (STACK_SIZE); in do_clone() 67 new_pid = clone (fn, stack + STACK_SIZE, CLONE_FILES | CLONE_VM, in do_clone()
|
| D | clone-new-thread-event.c | 38 #define STACK_SIZE 0x1000 macro 65 stack = malloc (STACK_SIZE); in main() 68 new_pid = clone (fn, stack + STACK_SIZE, CLONE_FILES in main()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | step-over-clone.c | 28 #define STACK_SIZE 0x1000 macro 66 stack[i] = malloc (STACK_SIZE); in main() 72 pid = clone (clone_fn, stack[i] + STACK_SIZE, CLONE_FILES | CLONE_VM, in main()
|
| /netbsd/src/sys/arch/sbmips/stand/common/ |
| D | start.S | 35 #define STACK_SIZE 8192 macro 42 .comm stack_bottom,STACK_SIZE 50 la sp,stack_bottom+STACK_SIZE-32
|
| /netbsd/src/sys/arch/mvmeppc/stand/libsa/ |
| D | srt0.S | 37 #define STACK_SIZE 8192 macro 143 addi %r1,%r1,STACK_SIZE-0x10 180 .comm stack,STACK_SIZE,4
|
| /netbsd/src/sys/arch/x68k/stand/common/ |
| D | start.S | 20 #ifndef STACK_SIZE 21 #define STACK_SIZE 65536 /* stack size in bytes */ macro 236 moveal #STACK_SYMBOL+STACK_SIZE,%a7 494 .space STACK_SIZE 496 .comm STACK_SYMBOL,STACK_SIZE
|
| /netbsd/src/tests/lib/libc/sys/ |
| D | t_futex_robust.c | 44 #define STACK_SIZE 65536 macro 77 lwp_data.stack_base = mmap(NULL, STACK_SIZE, in setup_lwp_context() 82 &lwp_data, NULL, lwp_data.stack_base, STACK_SIZE); in setup_lwp_context() 91 (void) munmap(lwp_data.stack_base, STACK_SIZE); in do_cleanup()
|
| D | t_futex_ops.c | 63 #define STACK_SIZE 65536 macro 161 REQUIRE_LIBC(d->stack_base = mmap(NULL, STACK_SIZE, in setup_lwp_context() 166 STACK_SIZE); in setup_lwp_context() 268 (void) munmap(d->stack_base, STACK_SIZE); in do_cleanup()
|
| /netbsd/src/sys/arch/sparc/stand/ofwboot/ |
| D | srt0.s | 362 #define STACK_SIZE 0x14000 363 .skip STACK_SIZE
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | sets.c | 553 #define STACK_SIZE 64 in slap_set_filter() macro 560 if ( stp >= ( STACK_SIZE - 1 ) ) SF_ERROR( overflow ); \ in slap_set_filter() 565 BerVarray stack[ STACK_SIZE ] = { 0 }; in slap_set_filter()
|
| /netbsd/src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| D | CommonServices.h | 506 …#define _beginthreadex_compat( SECURITY_PTR, STACK_SIZE, START_ADDRESS, ARG_LIST, FLAGS, THREAD_ID… argument 507 …(uintptr_t) CreateThread( SECURITY_PTR, STACK_SIZE, (LPTHREAD_START_ROUTINE) START_ADDRESS, ARG_LI…
|
| /netbsd/src/sys/dev/microcode/aic7xxx/ |
| D | aic7xxx_reg.h | 1782 #define STACK_SIZE 0x04 macro
|
| D | aic7xxx.reg | 676 const STACK_SIZE 4
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | sourcebuild.texi | 2803 STACK_SIZE macro defined by @ref{stack_size_ao,,@code{dg-add-options} feature 3017 Add the flags needed to define macro STACK_SIZE and set it to the stack size 3480 such as @code{STACK_SIZE} are used.
|
| D | gccint.info | 5992 obtained using the STACK_SIZE macro defined by *note 6201 Add the flags needed to define macro STACK_SIZE and set it to the 6642 as 'STACK_SIZE' are used.
|
| /netbsd/src/sys/dev/ic/ |
| D | aic7xxx.c | 6659 for (i = 0; i < STACK_SIZE; i++) in ahc_dump_card_state()
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 139630 65 stack = malloc (STACK_SIZE);
|