Home | History | Annotate | Download | only in tests

Lines Matching refs:stack

3028   void *stack;
3030 res = posix_memalign(&stack, 4096, kStackSize);
3032 res = pthread_attr_setstack(&attr, stack, kStackSize);