Home
last modified time | relevance | path

Searched refs:thread_started (Results 1 – 3 of 3) sorted by relevance

/tests/bsim/bluetooth/audio/src/
A Dbap_stream_tx.c171 static bool thread_started; in bap_stream_tx_init() local
173 if (!thread_started) { in bap_stream_tx_init()
181 thread_started = true; in bap_stream_tx_init()
/tests/bluetooth/tester/src/audio/
A Dbtp_bap_audio_stream.c181 static bool thread_started; in btp_bap_audio_stream_tx_init() local
183 if (!thread_started) { in btp_bap_audio_stream_tx_init()
191 thread_started = true; in btp_bap_audio_stream_tx_init()
/tests/kernel/smp/src/
A Dmain.c55 static volatile int thread_started[MAX_NUM_THREADS - 1]; variable
498 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