Home
last modified time | relevance | path

Searched refs:SMALLSTACKSIZE (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc3045 # define SMALLSTACKSIZE PTHREAD_STACK_MIN macro
3048 # define SMALLSTACKSIZE 64 * 1024 macro
3059 res = pthread_attr_setstacksize(&attr, SMALLSTACKSIZE); in TEST()