| /components/libc/posix/pthreads/ |
| A D | pthread_spin.c | 13 int pthread_spin_init (pthread_spinlock_t *lock, int pshared) in pthread_spin_init() 23 int pthread_spin_destroy (pthread_spinlock_t *lock) in pthread_spin_destroy() 31 int pthread_spin_lock (pthread_spinlock_t *lock) in pthread_spin_lock() 44 int pthread_spin_trylock (pthread_spinlock_t *lock) in pthread_spin_trylock() 59 int pthread_spin_unlock (pthread_spinlock_t *lock) in pthread_spin_unlock()
|
| A D | pthread.h | 100 struct rt_mutex lock; member 128 int lock; member
|
| /components/drivers/spi/ |
| A D | dev_spi_flash.h | 22 struct rt_mutex lock; member 33 struct rt_mutex lock; member
|
| /components/libc/cplusplus/cpp11/armclang/ |
| A D | condvar.cpp | 44 void arm_tpl_cv::wait(rt_mutex_t lock, bool recursive) in wait() 60 int arm_tpl_cv::timedwait(rt_mutex_t lock, bool recursive, unsigned int timeout_ms) in timedwait()
|
| /components/libc/cplusplus/os/ |
| A D | cxx_Mutex.cpp | 19 bool Mutex::lock(int32_t millisec) in lock() function in Mutex
|
| /components/libc/cplusplus/cpp11/gcc/ |
| A D | condition_variable.cpp | 15 void condition_variable::wait(unique_lock<mutex>& lock) in wait()
|
| /components/drivers/reset/ |
| A D | reset-simple.h | 45 struct rt_spinlock lock; member
|
| /components/drivers/include/ipc/ |
| A D | pipe.h | 39 struct rt_mutex lock; member
|
| /components/dfs/dfs_v2/include/ |
| A D | dfs_pcache.h | 83 struct rt_mutex lock; /* Mutex for thread safety */ member 100 struct rt_mutex lock; /* Global lock for thread safety */ member
|
| A D | dfs_seq_file.h | 32 struct rt_mutex lock; /* Mutex for thread safety */ member
|
| A D | dfs_file.h | 52 int (*lock)(struct dfs_file *file, struct file_lock *flock); member 78 struct rt_mutex lock; member
|
| A D | dfs_fs.h | 61 rt_sem_t lock; member
|
| /components/dfs/dfs_v1/filesystems/tmpfs/ |
| A D | dfs_tmpfs.h | 42 struct rt_spinlock lock; /* tmpfs lock */ member
|
| /components/dfs/dfs_v2/filesystems/tmpfs/ |
| A D | dfs_tmpfs.h | 43 struct rt_spinlock lock; /* tmpfs lock */ member
|
| /components/drivers/include/drivers/core/ |
| A D | power_domain.h | 53 struct rt_spinlock lock; member
|
| A D | dm.h | 43 struct rt_spinlock lock; member
|
| /components/drivers/include/drivers/ |
| A D | mailbox.h | 50 struct rt_spinlock lock; member
|
| A D | phye.h | 58 struct rt_spinlock lock; member
|
| A D | blk.h | 55 struct rt_spinlock lock; member
|
| /components/dfs/dfs_v1/include/ |
| A D | dfs_fs.h | 65 rt_sem_t lock; member
|
| /components/libc/posix/io/eventfd/ |
| A D | eventfd.c | 39 struct rt_mutex lock; member
|
| /components/libc/posix/io/signalfd/ |
| A D | signalfd.c | 31 struct rt_mutex lock; member
|
| /components/drivers/thermal/ |
| A D | thermal-cool-pwm-fan.c | 33 struct rt_spinlock lock; member
|
| /components/drivers/pci/msi/ |
| A D | msi.c | 21 rt_inline void spin_lock(struct rt_spinlock *lock) in spin_lock() 26 rt_inline void spin_unlock(struct rt_spinlock *lock) in spin_unlock()
|
| /components/drivers/mailbox/ |
| A D | mailbox-pic.c | 58 struct rt_spinlock lock; member
|