Searched refs:thread_started (Results 1 – 3 of 3) sorted by relevance
171 static bool thread_started; in bap_stream_tx_init() local173 if (!thread_started) { in bap_stream_tx_init()181 thread_started = true; in bap_stream_tx_init()
181 static bool thread_started; in btp_bap_audio_stream_tx_init() local183 if (!thread_started) { in btp_bap_audio_stream_tx_init()191 thread_started = true; in btp_bap_audio_stream_tx_init()
55 static volatile int thread_started[MAX_NUM_THREADS - 1]; variable498 thread_started[thread_num] = 1; in thread_wakeup_entry()513 while (thread_started[i] == 0) { in wakeup_on_start_thread()520 if (thread_started[i] == 1 && threads_started <= tnum) { in wakeup_on_start_thread()
Completed in 14 milliseconds