Searched refs:tx_thread (Results 1 – 9 of 9) sorted by relevance
/samples/bluetooth/cap_initiator/src/ |
A D | cap_initiator_tx.c | 135 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 D | stream_tx.c | 189 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 D | cap_acceptor_unicast.c | 449 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 D | main.c | 204 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 D | main.c | 249 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 D | main.c | 375 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 D | main.c | 392 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 D | main.c | 58 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 D | main.c | 638 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