Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/cap_initiator/src/
Dcap_initiator_tx.c130 static bool thread_started; in cap_initiator_tx_init() local
132 if (!thread_started) { in cap_initiator_tx_init()
140 thread_started = true; in cap_initiator_tx_init()
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dstream_tx.c163 static bool thread_started; in stream_tx_init() local
165 if (!thread_started) { in stream_tx_init()
174 thread_started = true; in stream_tx_init()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
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()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_audio_stream.c182 static bool thread_started; in btp_bap_audio_stream_tx_init() local
184 if (!thread_started) { in btp_bap_audio_stream_tx_init()
192 thread_started = true; in btp_bap_audio_stream_tx_init()
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_unicast.c444 static bool thread_started; in init_cap_acceptor_unicast() local
446 if (!thread_started) { in init_cap_acceptor_unicast()
455 thread_started = true; in init_cap_acceptor_unicast()
/Zephyr-latest/tests/kernel/smp/src/
Dmain.c55 static volatile int thread_started[MAX_NUM_THREADS - 1]; variable
499 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()