Searched refs:tx_sem (Results 1 – 5 of 5) sorted by relevance
| /subsys/console/ |
| A D | tty.c | 43 k_sem_give(&tty->tx_sem); in tty_uart_isr() 75 res = k_sem_take(&tty->tx_sem, in tty_putchar() 287 k_sem_init(&tty->tx_sem, size - 1, K_SEM_MAX_LIMIT); in tty_set_tx_buf()
|
| /subsys/shell/backends/ |
| A D | shell_uart.c | 37 k_sem_give(&sh_uart->tx_sem); in async_callback() 246 k_sem_init(&sh_uart->tx_sem, 0, 1); in async_init() 398 err = k_sem_take(&sh_uart->tx_sem, K_FOREVER); in async_write()
|
| /subsys/net/ip/ |
| A D | tcp.c | 890 k_sem_give(&conn->tx_sem); in tcp_conn_close_debug() 1870 (void)k_sem_take(&conn->tx_sem, K_NO_WAIT); in tcp_resend_data() 2100 k_sem_init(&conn->tx_sem, 1, 1); in tcp_conn_alloc() 2979 (void)k_sem_take(&conn->tx_sem, K_NO_WAIT); in tcp_in() 2981 k_sem_give(&conn->tx_sem); in tcp_in() 3251 k_sem_give(&conn->tx_sem); in tcp_in() 3300 (void)k_sem_take(&conn->tx_sem, K_NO_WAIT); in tcp_in() 3350 (void)k_sem_take(&conn->tx_sem, K_NO_WAIT); in tcp_in() 3352 k_sem_give(&conn->tx_sem); in tcp_in() 3758 (void)k_sem_take(&conn->tx_sem, K_NO_WAIT); in net_tcp_queue() [all …]
|
| A D | tcp_private.h | 277 struct k_sem tx_sem; /* Semaphore indicating if transfers are blocked . */ member
|
| /subsys/canbus/isotp/ |
| A D | isotp.c | 766 k_sem_give(&sctx->tx_sem); in send_can_tx_cb() 821 k_sem_reset(&sctx->tx_sem); in send_process_fc() 1123 k_sem_take(&sctx->tx_sem, K_FOREVER); in send_state_machine() 1222 k_sem_init(&sctx->tx_sem, 0, 1); in send()
|
Completed in 55 milliseconds