Home
last modified time | relevance | path

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

/glibc-2.36/nptl/
Dpthread_create.c233 size_t stacksize, bool *thread_ran) in create_thread() argument
301 *thread_ran = true; in create_thread()
767 bool stopped_start = false; bool thread_ran = false; in __pthread_create_2_1() local
800 stacksize, &thread_ran); in __pthread_create_2_1()
832 stacksize, &thread_ran); in __pthread_create_2_1()
840 if (thread_ran) in __pthread_create_2_1()