Home
last modified time | relevance | path

Searched refs:mutex_unlock (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Duart_dev.c69 mutex_unlock(&uart_poll->mutex); in uart_device_read()
74 mutex_unlock(&vu->m); in uart_device_read()
104 mutex_unlock(&vu->m); in uart_device_write()
332 mutex_unlock(&vu->m); in uart_device_ioctl()
353 mutex_unlock(&vu->m); in uart_device_open()
361 mutex_unlock(&vu->m); in uart_device_open()
368 mutex_unlock(&vu->m); in uart_device_open()
389 mutex_unlock(&vu->m); in uart_device_close()
404 mutex_unlock(&vu->m); in uart_device_close()
441 mutex_unlock(&uart_poll->mutex); in uart_rx_notify()
[all …]
/AliOS-Things-master/components/mbedtls/library/
A Dthreading.c154 int (*mutex_unlock)( mbedtls_threading_mutex_t * ) ) in mbedtls_threading_set_alt()
159 mbedtls_mutex_unlock = mutex_unlock; in mbedtls_threading_set_alt()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dthreading.h80 int (*mutex_unlock)( mbedtls_threading_mutex_t * ) );
/AliOS-Things-master/components/drivers/peripheral/spi/src/
A Dspi_dev.c51 mutex_unlock(&spi_poll->mutex); in spi_device_read()
402 mutex_unlock(&spi_poll->mutex); in spi_rx_notify()
431 mutex_unlock(&spi_poll->mutex); in spi_device_poll()
445 mutex_unlock(&spi_poll->mutex); in spi_device_poll()
/AliOS-Things-master/components/drivers/core/base/include/drivers/
A Dmutex.h100 static inline void mutex_unlock(struct mutex *lock) { in mutex_unlock() function

Completed in 9 milliseconds