Home
last modified time | relevance | path

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

/sysdeps/pthread/
A Dtst-pt-tls1.c106 void *thr_stack = NULL; in do_test() local
107 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 3 milliseconds