Home
last modified time | relevance | path

Searched refs:rt_mutex_init (Results 1 – 25 of 26) sorted by relevance

12

/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/kernel/asm/
H A Dsemaphore.h33 if (rt_mutex_init((rt_mutex_t)sem, "mutex", RT_IPC_FLAG_FIFO) == RT_EOK) in init_MUTEX()
46 if (rt_mutex_init((rt_mutex_t)sem, "mutex", RT_IPC_FLAG_FIFO) == RT_EOK) in init_MUTEX_LOCKED()
/nrf52832-nimble/rt-thread/components/cplusplus/
H A DMutex.cpp15 rt_mutex_init(&mID, name, RT_IPC_FLAG_FIFO); in Mutex()
/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/
H A Drmtx.c27 rt_mutex_init(mutex, "iarMtx", RT_IPC_FLAG_FIFO); in _Mtxinit()
/nrf52832-nimble/rt-thread/components/drivers/i2c/
H A Di2c_core.c18 rt_mutex_init(&bus->lock, "i2c_bus_lock", RT_IPC_FLAG_FIFO); in rt_i2c_bus_device_register()
/nrf52832-nimble/rt-thread/components/libc/pthreads/
H A Dpthread_mutex.c124 result = rt_mutex_init(&(mutex->lock), name, RT_IPC_FLAG_FIFO); in pthread_mutex_init()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dgcthread.c163 rt_mutex_init(&sb->s_lock, "gc_mutex", RT_IPC_FLAG_FIFO); in jffs2_start_garbage_collect_thread()
/nrf52832-nimble/rt-thread/components/drivers/spi/
H A Dspi_flash_gd.c259 if (rt_mutex_init(&spi_flash_device.lock, spi_device_name, RT_IPC_FLAG_FIFO) != RT_EOK) in gd_init()
H A Dspi_flash_w25qxx_mtd.c260 if (rt_mutex_init(&mtd->lock, mtd_name, RT_IPC_FLAG_FIFO) != RT_EOK) in w25qxx_mtd_init()
H A Dspi_flash_w25qxx.c270 if (rt_mutex_init(&spi_flash_device.lock, spi_device_name, RT_IPC_FLAG_FIFO) != RT_EOK) in w25qxx_init()
H A Dspi_flash_sst25vfxx.c337 rt_mutex_init(&spi_flash->lock, flash_device_name, RT_IPC_FLAG_PRIO); in sst25vfxx_init()
H A Dspi_core.c32 rt_mutex_init(&(bus->lock), name, RT_IPC_FLAG_FIFO); in rt_spi_bus_register()
H A Dspi_flash_sfud.c336 rt_mutex_init(&(rtt_dev->lock), spi_flash_dev_name, RT_IPC_FLAG_FIFO); in rt_sfud_flash_probe()
H A Denc28j60.c837 rt_mutex_init(&enc28j60_dev.lock, "enc28j60", RT_IPC_FLAG_FIFO); in enc28j60_attach()
/nrf52832-nimble/rt-thread/components/drivers/wlan/
H A Dwlan_mgnt.c1880 rt_mutex_init(&mgnt_mutex, "mgnt", RT_IPC_FLAG_FIFO); in rt_wlan_init()
1881 rt_mutex_init(&scan_result_mutex, "scan", RT_IPC_FLAG_FIFO); in rt_wlan_init()
1882 rt_mutex_init(&sta_info_mutex, "sta", RT_IPC_FLAG_FIFO); in rt_wlan_init()
1883 rt_mutex_init(&complete_mutex, "complete", RT_IPC_FLAG_FIFO); in rt_wlan_init()
H A Dwlan_cfg.c84 rt_mutex_init(&cfg_mutex, "wlan_cfg", RT_IPC_FLAG_FIFO); in rt_wlan_cfg_init()
H A Dwlan_dev.c558 rt_mutex_init(&wlan->lock, "wlan_dev", RT_IPC_FLAG_FIFO); in _rt_wlan_dev_init()
/nrf52832-nimble/rt-thread/components/dfs/src/
H A Ddfs.c66 rt_mutex_init(&fslock, "fslock", RT_IPC_FLAG_FIFO); in dfs_init()
/nrf52832-nimble/rt-thread/components/drivers/src/
H A Dpipe.c426 rt_mutex_init(&(pipe->lock), name, RT_IPC_FLAG_FIFO); in rt_pipe_create()
/nrf52832-nimble/rt-thread/components/drivers/rtc/
H A Dalarm.c601 rt_mutex_init(&_container.mutex, "alarmsvc", RT_IPC_FLAG_FIFO); in rt_alarm_system_init()
/nrf52832-nimble/rt-thread/include/
H A Drtthread.h315 rt_err_t rt_mutex_init(rt_mutex_t mutex, const char *name, rt_uint8_t flag);
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/
H A Ddfs_jffs2.c680 if (rt_mutex_init(&jffs2_lock, "jffs2lock", RT_IPC_FLAG_FIFO) != RT_EOK) in dfs_jffs2_init()
/nrf52832-nimble/rt-thread/components/drivers/sdio/
H A Dmmcsd_core.c713 rt_mutex_init(&host->bus_lock, "sd_bus_lock", RT_IPC_FLAG_FIFO); in mmcsd_alloc_host()
/nrf52832-nimble/rt-thread/components/net/sal_socket/src/
H A Dsal_socket.c90 rt_mutex_init(&sal_core_lock, "sal_lock", RT_IPC_FLAG_FIFO); in sal_init()
/nrf52832-nimble/rt-thread/src/
H A Dipc.c527 rt_err_t rt_mutex_init(rt_mutex_t mutex, const char *name, rt_uint8_t flag) in rt_mutex_init() function
548 RTM_EXPORT(rt_mutex_init);
/nrf52832-nimble/rt-thread/components/utilities/ulog/
H A Dulog.c1226 rt_mutex_init(&ulog.output_locker, "ulog lock", RT_IPC_FLAG_FIFO);

12