Home
last modified time | relevance | path

Searched refs:tx_thread (Results 1 – 9 of 9) sorted by relevance

/samples/bluetooth/cap_initiator/src/
A Dcap_initiator_tx.c135 static struct k_thread tx_thread; in cap_initiator_tx_init() local
137 k_thread_create(&tx_thread, tx_thread_stack, K_KERNEL_STACK_SIZEOF(tx_thread_stack), in cap_initiator_tx_init()
139 k_thread_name_set(&tx_thread, "TX thread"); in cap_initiator_tx_init()
/samples/bluetooth/bap_unicast_client/src/
A Dstream_tx.c189 static struct k_thread tx_thread; in stream_tx_init() local
191 k_thread_create(&tx_thread, tx_thread_stack, K_KERNEL_STACK_SIZEOF(tx_thread_stack), in stream_tx_init()
193 k_thread_name_set(&tx_thread, "TX thread"); in stream_tx_init()
/samples/bluetooth/cap_acceptor/src/
A Dcap_acceptor_unicast.c449 static struct k_thread tx_thread; in init_cap_acceptor_unicast() local
451 k_thread_create(&tx_thread, tx_thread_stack, in init_cap_acceptor_unicast()
454 k_thread_name_set(&tx_thread, "TX thread"); in init_cap_acceptor_unicast()
/samples/bluetooth/hci_ipc/src/
A Dmain.c204 static void tx_thread(void *p1, void *p2, void *p3) in tx_thread() function
387 K_THREAD_STACK_SIZEOF(tx_thread_stack), tx_thread, in main()
/samples/bluetooth/hci_uart/src/
A Dmain.c249 static void tx_thread(void *p1, void *p2, void *p3) in tx_thread() function
391 K_THREAD_STACK_SIZEOF(tx_thread_stack), tx_thread, in main()
/samples/boards/st/bluetooth/interactive_gui/src/
A Dmain.c375 static void tx_thread(void *p1, void *p2, void *p3) in tx_thread() function
446 K_THREAD_STACK_SIZEOF(tx_thread_stack), tx_thread, in main()
/samples/net/wpan_serial/src/
A Dmain.c392 static void tx_thread(void *p1, void *p2, void *p3) in tx_thread() function
441 tx_thread, in init_tx_queue()
/samples/net/sockets/txtime/src/
A Dmain.c58 static struct k_thread tx_thread; variable
629 tx_tid = k_thread_create(&tx_thread, tx_stack, in main()
/samples/bluetooth/hci_uart_3wire/src/
A Dmain.c638 static void tx_thread(void *p1, void *p2, void *p3) in tx_thread() function
785 tx_thread, NULL, NULL, NULL, in main()

Completed in 23 milliseconds