Searched refs:thread_started (Results 1 – 6 of 6) sorted by relevance
130 static bool thread_started; in cap_initiator_tx_init() local132 if (!thread_started) { in cap_initiator_tx_init()140 thread_started = true; in cap_initiator_tx_init()
163 static bool thread_started; in stream_tx_init() local165 if (!thread_started) { in stream_tx_init()174 thread_started = true; in stream_tx_init()
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()
182 static bool thread_started; in btp_bap_audio_stream_tx_init() local184 if (!thread_started) { in btp_bap_audio_stream_tx_init()192 thread_started = true; in btp_bap_audio_stream_tx_init()
444 static bool thread_started; in init_cap_acceptor_unicast() local446 if (!thread_started) { in init_cap_acceptor_unicast()455 thread_started = true; in init_cap_acceptor_unicast()
55 static volatile int thread_started[MAX_NUM_THREADS - 1]; variable499 thread_started[thread_num] = 1; in thread_wakeup_entry()514 while (thread_started[i] == 0) { in wakeup_on_start_thread()521 if (thread_started[i] == 1 && threads_started <= tnum) { in wakeup_on_start_thread()