Searched refs:thread_created (Results 1 – 3 of 3) sorted by relevance
28 volatile int thread_created = 0; variable32 thread_created = 1; in thread_func()87 if (thread_created == 0) { in main()
29 volatile int thread_created = 0; variable33 thread_created = 1; in thread_func()89 if (thread_created == 0) { in main()
101 bool thread_created = in Start() local103 if (thread_created) in Start()106 return thread_created; in Start()