Home
last modified time | relevance | path

Searched defs:attr (Results 1 – 25 of 115) sorted by relevance

12345

/AliOS-Things-master/components/posix/src/
A Dpthread_attr.c12 int pthread_attr_init(pthread_attr_t *attr) in pthread_attr_init()
32 int pthread_attr_destroy(pthread_attr_t *attr) in pthread_attr_destroy()
43 int pthread_attr_setdetachstate(pthread_attr_t *attr, int detachstate) in pthread_attr_setdetachstate()
55 int pthread_attr_getdetachstate(const pthread_attr_t *attr, int *detachstate) in pthread_attr_getdetachstate()
66 int pthread_attr_setschedpolicy(pthread_attr_t *attr, int policy) in pthread_attr_setschedpolicy()
77 int pthread_attr_getschedpolicy(const pthread_attr_t *attr, int *policy) in pthread_attr_getschedpolicy()
111 int pthread_attr_setstacksize(pthread_attr_t *attr, size_t stacksize) in pthread_attr_setstacksize()
133 int pthread_attr_setstackaddr(pthread_attr_t *attr, void *stackaddr) in pthread_attr_setstackaddr()
190 int pthread_attr_setinheritsched(pthread_attr_t *attr, int inheritsched) in pthread_attr_setinheritsched()
202 int pthread_attr_setguardsize(pthread_attr_t *attr, size_t guardsize) in pthread_attr_setguardsize()
[all …]
A Dpthread_mutex.c17 int pthread_mutex_init(pthread_mutex_t *mutex, const pthread_mutexattr_t *attr) in pthread_mutex_init()
193 int pthread_mutexattr_init(pthread_mutexattr_t *attr) in pthread_mutexattr_init()
208 int pthread_mutexattr_destroy(pthread_mutexattr_t *attr) in pthread_mutexattr_destroy()
219 int pthread_mutexattr_gettype(const pthread_mutexattr_t *attr, int *type) in pthread_mutexattr_gettype()
232 int pthread_mutexattr_settype(pthread_mutexattr_t *attr, int type) in pthread_mutexattr_settype()
249 int pthread_mutexattr_getprotocol(const pthread_mutexattr_t *attr, int *protocol) in pthread_mutexattr_getprotocol()
262 int pthread_mutexattr_setprotocol(pthread_mutexattr_t *attr, int protocol) in pthread_mutexattr_setprotocol()
279 int pthread_mutexattr_getprioceiling(const pthread_mutexattr_t *attr, in pthread_mutexattr_getprioceiling()
293 int pthread_mutexattr_setprioceiling(pthread_mutexattr_t *attr, int prioceiling) in pthread_mutexattr_setprioceiling()
311 int pthread_mutexattr_setpshared(pthread_mutexattr_t *attr, int pshared) in pthread_mutexattr_setpshared()
[all …]
A Dpthread_cond.c14 int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) in pthread_cond_init()
249 int pthread_condattr_init(pthread_condattr_t *attr) in pthread_condattr_init()
262 int pthread_condattr_destroy(pthread_condattr_t *attr) in pthread_condattr_destroy()
273 int pthread_condattr_getclock(const pthread_condattr_t *attr, clockid_t *clock_id) in pthread_condattr_getclock()
284 int pthread_condattr_setclock(pthread_condattr_t *attr, clockid_t clock_id) in pthread_condattr_setclock()
/AliOS-Things-master/components/py_engine/tests/basics/
A Dclass_delattr_setattr.py6 def __delattr__(self, attr): pass argument
14 def __getattr__(self, attr): argument
17 def __setattr__(self, attr, val): argument
19 def __delattr__(self, attr): argument
42 def __getattr__(self, attr): argument
48 def __setattr__(self, attr, value): argument
51 def __delattr__(self, attr): argument
69 def __setattr__(self, attr, value): argument
72 def __delattr__(self, attr): argument
A Dgetattr.py7 def __getattr__(self, attr): argument
15 def __getattr__(self, attr): argument
A Dclass_getattr.py7 def __getattr__(self, attr): argument
A Dbuiltin_getattr.py22 def __getattr__(self, attr): argument
A Dbuiltin_hasattr.py21 def __getattr__(self, attr): argument
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dgatt.c705 const struct bt_gatt_attr *attr, in db_hash_read()
1189 const struct bt_gatt_attr *attr, in bt_gatt_attr_read_service()
1437 struct bt_gatt_attr attr; in bt_gatt_foreach_attr_type() local
2006 const struct bt_gatt_attr *attr; in bt_gatt_notify_cb() local
2093 const struct bt_gatt_attr *attr; in bt_gatt_indicate() local
2710 struct bt_gatt_attr attr = {}; in gatt_find_type_rsp() local
2800 struct bt_gatt_attr *attr; in read_included_uuid_cb() local
2893 struct bt_gatt_attr *attr; in parse_include() local
2987 struct bt_gatt_attr *attr; in parse_characteristic() local
3117 struct bt_gatt_attr attr = {}; in parse_service() local
[all …]
/AliOS-Things-master/components/py_engine/engine/py/
A Dobjobject.c66 STATIC mp_obj_t object___setattr__(mp_obj_t self_in, mp_obj_t attr, mp_obj_t value) { in object___setattr__()
81 STATIC mp_obj_t object___delattr__(mp_obj_t self_in, mp_obj_t attr) { in object___delattr__()
A Dobjtype.c130 qstr attr; member
577 STATIC void mp_obj_instance_load_attr(mp_obj_t self_in, qstr attr, mp_obj_t *dest) { in mp_obj_instance_load_attr()
673 STATIC bool mp_obj_instance_store_attr(mp_obj_t self_in, qstr attr, mp_obj_t value) { in mp_obj_instance_store_attr()
796 STATIC void mp_obj_instance_attr(mp_obj_t self_in, qstr attr, mp_obj_t *dest) { in mp_obj_instance_attr()
1002 STATIC void type_attr(mp_obj_t self_in, qstr attr, mp_obj_t *dest) { in type_attr()
1244 STATIC void super_attr(mp_obj_t self_in, qstr attr, mp_obj_t *dest) { in super_attr()
1318 void mp_load_super_method(qstr attr, mp_obj_t *dest) { in mp_load_super_method()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/ref_impl/
A Dmesh_hal_ble.c121 int bt_mesh_gatt_notify(struct bt_conn * conn, const struct bt_gatt_attr *attr, in bt_mesh_gatt_notify()
127 int bt_mesh_gatt_attr_read(struct bt_conn * conn, const struct bt_gatt_attr *attr, in bt_mesh_gatt_attr_read()
140 const struct bt_gatt_attr *attr, in bt_mesh_gatt_attr_read_service()
147 const struct bt_gatt_attr *attr, void *buf, in bt_mesh_gatt_attr_read_chrc()
420 const struct bt_gatt_attr *attr, in proxy_prov_discover_func()
481 const struct bt_gatt_attr *attr, in proxy_discover_func()
617 int bt_mesh_gatt_notify(struct bt_conn * conn, const struct bt_gatt_attr *attr, in bt_mesh_gatt_notify()
623 int bt_mesh_gatt_attr_read(struct bt_conn * conn, const struct bt_gatt_attr *attr, in bt_mesh_gatt_attr_read()
636 const struct bt_gatt_attr *attr, in bt_mesh_gatt_attr_read_service()
643 const struct bt_gatt_attr *attr, void *buf, in bt_mesh_gatt_attr_read_chrc()
/AliOS-Things-master/components/py_engine/tests/import/
A Dmodule_getattr.py12 def __getattr__(attr): argument
/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/
A D__init__.py24 def __getattr__(attr): argument
/AliOS-Things-master/components/drivers/peripheral/pwm/src/
A Dpwm.c37 aos_status_t aos_pwm_set_attr(aos_pwm_ref_t *ref, aos_pwm_attr_t const *attr) in aos_pwm_set_attr()
75 aos_status_t aos_pwm_get_attr(aos_pwm_ref_t *ref, aos_pwm_attr_t *attr) in aos_pwm_get_attr()
A Dpwm_csi.c28 static aos_status_t pwm_csi_apply(aos_pwm_t *pwm, aos_pwm_attr_t const *attr) in pwm_csi_apply()
/AliOS-Things-master/components/posix/example/
A Dpthread_example.c36 pthread_attr_t attr; in pthread_example() local
/AliOS-Things-master/components/drivers/peripheral/pwm/example/
A Daos_pwm_example.c27 aos_pwm_attr_t attr; in aos_pwm_cli_cmd() local
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/
A Dmpu_armv8.h182 __STATIC_INLINE void ARM_MPU_SetMemAttrEx(MPU_Type* mpu, uint8_t idx, uint8_t attr) in ARM_MPU_SetMemAttrEx()
199 __STATIC_INLINE void ARM_MPU_SetMemAttr(uint8_t idx, uint8_t attr) in ARM_MPU_SetMemAttr()
209 __STATIC_INLINE void ARM_MPU_SetMemAttr_NS(uint8_t idx, uint8_t attr) in ARM_MPU_SetMemAttr_NS()
/AliOS-Things-master/components/py_engine/engine/lib/cmsis/inc/
A Dmpu_armv8.h182 __STATIC_INLINE void ARM_MPU_SetMemAttrEx(MPU_Type* mpu, uint8_t idx, uint8_t attr) in ARM_MPU_SetMemAttrEx()
199 __STATIC_INLINE void ARM_MPU_SetMemAttr(uint8_t idx, uint8_t attr) in ARM_MPU_SetMemAttr()
209 __STATIC_INLINE void ARM_MPU_SetMemAttr_NS(uint8_t idx, uint8_t attr) in ARM_MPU_SetMemAttr_NS()
/AliOS-Things-master/components/csi/CMSIS/Core/Include/
A Dmpu_armv8.h188 __STATIC_INLINE void ARM_MPU_SetMemAttrEx(MPU_Type* mpu, uint8_t idx, uint8_t attr) in ARM_MPU_SetMemAttrEx()
205 __STATIC_INLINE void ARM_MPU_SetMemAttr(uint8_t idx, uint8_t attr) in ARM_MPU_SetMemAttr()
215 __STATIC_INLINE void ARM_MPU_SetMemAttr_NS(uint8_t idx, uint8_t attr) in ARM_MPU_SetMemAttr_NS()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/Core/Include/
A Dmpu_armv8.h188 __STATIC_INLINE void ARM_MPU_SetMemAttrEx(MPU_Type* mpu, uint8_t idx, uint8_t attr) in ARM_MPU_SetMemAttrEx()
205 __STATIC_INLINE void ARM_MPU_SetMemAttr(uint8_t idx, uint8_t attr) in ARM_MPU_SetMemAttr()
215 __STATIC_INLINE void ARM_MPU_SetMemAttr_NS(uint8_t idx, uint8_t attr) in ARM_MPU_SetMemAttr_NS()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/Core/Include/
A Dmpu_armv8.h188 __STATIC_INLINE void ARM_MPU_SetMemAttrEx(MPU_Type* mpu, uint8_t idx, uint8_t attr) in ARM_MPU_SetMemAttrEx()
205 __STATIC_INLINE void ARM_MPU_SetMemAttr(uint8_t idx, uint8_t attr) in ARM_MPU_SetMemAttr()
215 __STATIC_INLINE void ARM_MPU_SetMemAttr_NS(uint8_t idx, uint8_t attr) in ARM_MPU_SetMemAttr_NS()
/AliOS-Things-master/components/websocket/src/
A Drws_thread.c87 pthread_attr_t attr; in rws_thread_create() local
124 pthread_mutexattr_t attr; in rws_mutex_create_recursive() local
/AliOS-Things-master/components/ble_host/bt_host/aos/
A Dble.c621 const struct bt_gatt_attr *attr, void *buf, in gatt_read_handle()
644 const struct bt_gatt_attr *attr, in gatt_write_handle()
662 static int gatt_cfg_write(struct bt_conn *conn, const struct bt_gatt_attr *attr, u16_t value) in gatt_cfg_write()
676 static bool gatt_cfg_match(struct bt_conn *conn, const struct bt_gatt_attr *attr) in gatt_cfg_match()
689 static void cfg_changed_cb(const struct bt_gatt_attr *attr, in cfg_changed_cb()
769 static uint8_t ble_gatt_attr_notify(const struct bt_gatt_attr *attr, void *user_data) in ble_gatt_attr_notify()
778 const struct bt_gatt_attr *attr, in ble_gatt_indicate_cb()
790 static uint8_t ble_gatt_attr_indicate(const struct bt_gatt_attr *attr, void *user_data) in ble_gatt_attr_indicate()
931 const struct bt_gatt_attr *attr, in discover_func()

Completed in 112 milliseconds

12345