Searched refs:is_thread_started (Results 1 – 4 of 4) sorted by relevance
183 thread.is_thread_started = 0; in snapshotThreadCreate()194 while(thread.is_thread_started == 0) { in snapshotThreadCreate()207 thread->is_thread_started = 1; in hal3appSnapshotProcessBuffers()
186 thread.is_thread_started = 0; in rawProcessThreadCreate()197 while(thread.is_thread_started == 0) { in rawProcessThreadCreate()217 thread->is_thread_started = 1; in rawProcessBuffers()
161 thread.is_thread_started = 0; in processThreadCreate()183 thread->is_thread_started = 1; in processBuffers()
131 bool is_thread_started; member