Home
last modified time | relevance | path

Searched refs:unlock (Results 1 – 12 of 12) sorted by relevance

/components/libc/cplusplus/cpp11/gcc/
A Dmutex60 void unlock() noexcept
137 void unlock() noexcept
173 { pm.unlock(); }
225 unlock();
241 unlock();
309 void unlock()
313 "unique_lock::unlock: not locked");
315 pm->unlock();
360 // using unique_lock since we don't want to unlock l0 manually if l1 fails to lock
365 u0.release(); // do not let RAII of a unique_lock unlock l0
[all …]
A Dcondition_variable116 // Lockable is only required to have `lock()` and `unlock()`
132 _m_lock.unlock();
168 unlocker<Lock> auto_lk(lock); // unlock here
172 } // mut.unlock(); lock.lock();
187 unlocker<Lock> auto_lk(lock); // unlock here
A Dcondition_variable.cpp29 mut->unlock(); in notify_all_at_thread_exit()
A Dmutex.cpp47 lock_ptr->unlock(); in once_proxy()
/components/drivers/spi/sfud/src/
A Dsfud.c439 if (spi->unlock) { in sfud_read()
440 spi->unlock(spi); in sfud_read()
492 if (spi->unlock) { in sfud_chip_erase()
493 spi->unlock(spi); in sfud_chip_erase()
593 if (spi->unlock) {
594 spi->unlock(spi);
680 if (spi->unlock) {
681 spi->unlock(spi);
772 if (spi->unlock) {
773 spi->unlock(spi);
/components/libc/cplusplus/os/
A Dcxx_mutex.h40 void unlock();
A Dcxx_lock.h22 ~Lock() {m.unlock();} in ~Lock()
A Dcxx_Mutex.cpp36 void Mutex::unlock() in unlock() function in Mutex
/components/drivers/spi/sfud/inc/
A Dsfud_def.h261 void (*unlock)(const struct __sfud_spi *spi); member
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dutils.c943 unlock()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dutils.c945 unlock()
/components/drivers/spi/
A Ddev_spi_flash_sfud.c266 flash->spi.unlock = spi_unlock; in sfud_spi_port_init()

Completed in 21 milliseconds