Home
last modified time | relevance | path

Searched defs:STACKSIZE (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/
D4-1.c29 #define STACKSIZE PTHREAD_STACK_MIN - sysconf(_SC_PAGE_SIZE) macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/
D6-1.c29 #define STACKSIZE PTHREAD_STACK_MIN - sysconf(_SC_PAGE_SIZE) macro
/third_party/openssl/crypto/async/arch/
Dasync_posix.c18 #define STACKSIZE 32768 macro
/third_party/jerryscript/targets/nuttx-stm32f4/
DMakefile24 STACKSIZE = $(CONFIG_JERRYSCRIPT_STACKSIZE) macro
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DIntDiffer.java142 private int STACKSIZE; field in IntDiffer
/third_party/ncurses/ncurses/
Dterm.priv.h97 #define STACKSIZE 20 macro