| /components/libc/posix/pthreads/ |
| A D | pthread_attr.c | 50 int pthread_attr_init(pthread_attr_t *attr) in pthread_attr_init() 78 int pthread_attr_destroy(pthread_attr_t *attr) in pthread_attr_destroy() 115 int pthread_attr_setdetachstate(pthread_attr_t *attr, int state) in pthread_attr_setdetachstate() 184 int pthread_attr_setschedpolicy(pthread_attr_t *attr, int policy) in pthread_attr_setschedpolicy() 237 int pthread_attr_setschedparam(pthread_attr_t *attr, in pthread_attr_setschedparam() 262 int pthread_attr_getschedparam(pthread_attr_t const *attr, in pthread_attr_getschedparam() 328 int pthread_attr_setstackaddr(pthread_attr_t *attr, void *stack_addr) in pthread_attr_setstackaddr() 379 int pthread_attr_setstack(pthread_attr_t *attr, in pthread_attr_setstack() 413 int pthread_attr_getstack(pthread_attr_t const *attr, in pthread_attr_getstack() 584 int pthread_attr_setscope(pthread_attr_t *attr, int scope) in pthread_attr_setscope() [all …]
|
| A D | pthread_mutex.c | 41 int pthread_mutexattr_init(pthread_mutexattr_t *attr) in pthread_mutexattr_init() 77 int pthread_mutexattr_destroy(pthread_mutexattr_t *attr) in pthread_mutexattr_destroy() 114 int pthread_mutexattr_gettype(const pthread_mutexattr_t *attr, int *type) in pthread_mutexattr_gettype() 167 int pthread_mutexattr_settype(pthread_mutexattr_t *attr, int type) in pthread_mutexattr_settype() 211 int pthread_mutexattr_setpshared(pthread_mutexattr_t *attr, int pshared) in pthread_mutexattr_setpshared() 260 int pthread_mutexattr_getpshared(pthread_mutexattr_t *attr, int *pshared) in pthread_mutexattr_getpshared() 296 int pthread_mutex_init(pthread_mutex_t *mutex, const pthread_mutexattr_t *attr) in pthread_mutex_init() 544 int pthread_mutexattr_getprioceiling(const pthread_mutexattr_t *attr, int *prioceiling) in pthread_mutexattr_getprioceiling() 550 int pthread_mutexattr_setprioceiling(const pthread_mutexattr_t *attr, int prioceiling) in pthread_mutexattr_setprioceiling() 556 int pthread_mutexattr_getprotocol(const pthread_mutexattr_t *attr, int *protocol) in pthread_mutexattr_getprotocol() [all …]
|
| A D | pthread_barrier.c | 13 int pthread_barrierattr_destroy(pthread_barrierattr_t *attr) in pthread_barrierattr_destroy() 22 int pthread_barrierattr_init(pthread_barrierattr_t *attr) in pthread_barrierattr_init() 32 int pthread_barrierattr_getpshared(const pthread_barrierattr_t *attr, in pthread_barrierattr_getpshared() 43 int pthread_barrierattr_setpshared(pthread_barrierattr_t *attr, int pshared) in pthread_barrierattr_setpshared() 152 const pthread_barrierattr_t *attr, in pthread_barrier_init()
|
| A D | pthread_cond.c | 16 int pthread_condattr_destroy(pthread_condattr_t *attr) in pthread_condattr_destroy() 25 int pthread_condattr_init(pthread_condattr_t *attr) in pthread_condattr_init() 35 int pthread_condattr_getclock(const pthread_condattr_t *attr, in pthread_condattr_getclock() 42 int pthread_condattr_setclock(pthread_condattr_t *attr, in pthread_condattr_setclock() 49 int pthread_condattr_getpshared(const pthread_condattr_t *attr, int *pshared) in pthread_condattr_getpshared() 60 int pthread_condattr_setpshared(pthread_condattr_t *attr, int pshared) in pthread_condattr_setpshared() 99 int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) in pthread_cond_init()
|
| A D | pthread_rwlock.c | 13 int pthread_rwlockattr_init(pthread_rwlockattr_t *attr) in pthread_rwlockattr_init() 23 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *attr) in pthread_rwlockattr_destroy() 32 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *attr, in pthread_rwlockattr_getpshared() 44 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *attr, int pshared) in pthread_rwlockattr_setpshared() 79 const pthread_rwlockattr_t *attr) in pthread_rwlock_init()
|
| A D | pthread.h | 99 pthread_mutexattr_t attr; member 106 pthread_condattr_t attr; member 113 pthread_rwlockattr_t attr; member
|
| A D | pthread_internal.h | 42 pthread_attr_t attr; member
|
| A D | pthread.c | 389 const pthread_attr_t *attr, in pthread_create()
|
| /components/mm/ |
| A D | mm_aspace.c | 138 rt_size_t attr = varea->attr; in _get_effect_attr() local 148 rt_size_t length, rt_size_t offset, rt_size_t attr) in _do_named_map() 206 rt_size_t attr; in rt_varea_map_with_msg() local 309 rt_size_t attr; member 315 #define INIT_PROP(obj,off,fl,attr) \ argument 490 rt_size_t attr, rt_size_t flags, in _varea_post_install() 577 rt_size_t length, rt_size_t attr, mm_flag_t flags, in _mm_aspace_map() 673 rt_size_t attr, mm_flag_t flags, rt_mem_obj_t mem_obj, in rt_aspace_map() 713 rt_size_t length, rt_size_t attr, mm_flag_t flags, in rt_aspace_map_static() 753 rt_mm_va_hint_t hint, rt_size_t attr, rt_size_t pa_off, in _mm_aspace_map_phy() [all …]
|
| A D | mm_kmem.c | 42 int rt_kmem_map_phy(void *va, void *pa, rt_size_t length, rt_size_t attr) in rt_kmem_map_phy()
|
| A D | ioremap.c | 38 size_t attr; in _ioremap_type() local
|
| A D | mm_anon.c | 502 rt_size_t attr; in _override_map() local 632 rt_size_t attr, mm_flag_t flags) in rt_aspace_map_private()
|
| A D | mm_aspace.h | 65 rt_size_t attr; member
|
| /components/mprotect/ |
| A D | mprotect.h | 23 rt_mem_attr_t attr; member
|
| /components/lwp/ |
| A D | lwp_user_mm.c | 260 size_t attr; in _flags_to_attr() local 291 size_t attr; in _lwp_map_user_varea() local 369 rt_size_t attr = cached ? MMU_MAP_U_RWCB : MMU_MAP_U_RW; in lwp_map_user_phy() local 446 rt_inline long _uattr_to_kernel(long attr) in _uattr_to_kernel()
|
| /components/finsh/ |
| A D | msh_file.c | 846 static void directory_setattr(const char *pathname, struct dfs_attr *attr, char f, char v) in directory_setattr() 965 struct dfs_attr attr; in cmd_chmod() local
|
| /components/libc/posix/ipc/ |
| A D | mqueue.c | 108 struct mq_attr *attr = RT_NULL; in mq_open() local
|
| /components/dfs/dfs_v2/src/ |
| A D | dfs_file_mmap.c | 55 static void *_do_mmap(struct rt_lwp *lwp, void *map_vaddr, size_t map_size, size_t attr, in _do_mmap()
|
| A D | dfs_posix.c | 160 struct dfs_attr attr; in utimensat() local
|
| A D | dfs_file.c | 1427 int dfs_file_setattr(const char *path, struct dfs_attr *attr) in dfs_file_setattr()
|
| /components/dfs/dfs_v2/filesystems/devfs/ |
| A D | devtmpfs.c | 459 static int devtmpfs_setattr(struct dfs_dentry *dentry, struct dfs_attr *attr) in devtmpfs_setattr()
|
| /components/dfs/dfs_v2/filesystems/ptyfs/ |
| A D | ptyfs.c | 387 static int ptyfs_ops_setattr(struct dfs_dentry *dentry, struct dfs_attr *attr) in ptyfs_ops_setattr()
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | ff.h | 186 BYTE attr; /* Object attribute */ member
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | ff.h | 184 BYTE attr; /* Object attribute */ member
|
| /components/dfs/dfs_v1/filesystems/cromfs/ |
| A D | dfs_cromfs.c | 56 uint16_t attr; /* dir or file add other */ member
|