Searched refs:thread_mutex_unlock (Results 1 – 4 of 4) sorted by relevance
73 void thread_mutex_unlock(struct thread_mutex *mutex);96 static inline void thread_mutex_unlock(struct thread_mutex *mutex) {} in thread_mutex_unlock() function
134 thread_mutex_unlock(&spi_hw_mutex); in continue_spi_dma_transaction()188 thread_mutex_unlock(&spi_dma_hw_mutex); in spi_dma_readat_dma()
180 thread_mutex_unlock(&spi_hw_mutex); in xfer_vectors()
421 void thread_mutex_unlock(struct thread_mutex *mutex) in thread_mutex_unlock() function