Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/test/integration/src/pthread/
H A Dpthread_create_test.cpp108 size_t test_stacksize = expec_stacksize - 1024; in successThread() local
110 (volatile uint8_t *)__builtin_alloca(test_stacksize); in successThread()
112 for (size_t I = 0; I < test_stacksize; ++I) { in successThread()
117 for (size_t I = 0; I < test_stacksize; ++I) { in successThread()