Home
last modified time | relevance | path

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

/glibc-2.36/support/
Dsupport_small_stack_thread_attribute.c38 static void *small_stack_attr; variable
43 return allocate_once (&small_stack_attr, allocate, deallocate, NULL); in support_small_stack_thread_attribute()
49 if (small_stack_attr != NULL) in fini()
51 deallocate (small_stack_attr, NULL); in fini()
52 small_stack_attr = NULL; in fini()