Searched refs:thread_ran (Results 1 – 1 of 1) sorted by relevance
233 size_t stacksize, bool *thread_ran) in create_thread() argument301 *thread_ran = true; in create_thread()764 bool stopped_start = false; bool thread_ran = false; in __pthread_create_2_1() local797 stacksize, &thread_ran); in __pthread_create_2_1()829 stacksize, &thread_ran); in __pthread_create_2_1()837 if (thread_ran) in __pthread_create_2_1()
Completed in 4 milliseconds