Searched refs:thread_is_running (Results 1 – 1 of 1) sorted by relevance
864 static inline int thread_is_running(struct thread_state *thread) in thread_is_running() function888 if (thread_is_running(&client->thread) && use_command_thread) { in connect_to_server()1258 while (thread_is_running(&stream->thread) && !thread_terminated) { in audio_thread()1310 if (thread_is_running(&stream->thread)) { in stop_aud_thread()1984 while (thread_is_running(&client->thread)) { in client_thread()2044 if (client == NULL || !thread_is_running(&client->thread)) in send_command_message()2747 if (thread_is_running(&client->thread)) in cras_client_run_thread()2769 if (!thread_is_running(&client->thread)) in cras_client_stop()