Searched refs:NSTACKS (Results 1 – 7 of 7) sorted by relevance
105 if (i >= 1 && i <= NSTACKS) in do_unwind_tests()120 else if (i > NSTACKS && i <= NSTACKS + RECURSION_DEPTH) in do_unwind_tests()146 v1 = ((unw_word_t) (i - NSTACKS) << 32) + l; in do_unwind_tests()
1 #define NSTACKS 128 macro
1 #define NSTACKS 1024 macro
28 .common stackmem, NSTACKS*STACK_SIZE, 16169 mov r8=NSTACKS-1
136 spill_func_t *func[NSTACKS + 1]; in run_check()
28 .common stackmem, NSTACKS*STACK_SIZE, 16
7 #define NSTACKS 2 /* # stacks to be put in cache initially */ macro21 lwp_setstkcache(STACKSIZE, NSTACKS); in PyThread__init_thread()