Searched refs:thr_stack (Results 1 – 1 of 1) sorted by relevance
106 void *thr_stack = NULL; in do_test() local107 thr_stack = xposix_memalign (0x200, STACK_SIZE + 1); in do_test()108 xpthread_attr_setstack (&a, thr_stack + 1, STACK_SIZE); in do_test()111 free (thr_stack); in do_test()
Completed in 4 milliseconds