Home
last modified time | relevance | path

Searched refs:EBUSY (Results 1 – 25 of 33) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_sysmutex.c142 } else if (result == EBUSY) { in SDL_TryLockMutex()
151 if (result == EBUSY) { in SDL_TryLockMutex()
/AliOS-Things-master/components/kv/src/
A Dkv_aos.c29 return -EBUSY; in _kv_to_aos_res()
/AliOS-Things-master/components/posix/src/
A Dpthread_mutex.c119 return EBUSY; in pthread_mutex_trylock()
144 if (ret != EBUSY) { in pthread_mutex_timedlock()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Derrno.h63 #define EBUSY 16 /* Device or resource busy */ macro
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Derrno.h64 #define EBUSY 16 /* Device or resource busy */ macro
/AliOS-Things-master/components/drivers/core/base/core/
A Du_cdev.c106 return -EBUSY; in u_cdev_add()
179 int r = -EBUSY; in u_cdev_del()
A Du_driver.c123 return -EBUSY; in u_driver_add()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Dusb_errno.h19 #define EBUSY 16 /* Device or resource busy */ macro
A Ddwc_os.h128 #define DWC_E_BUSY EBUSY
/AliOS-Things-master/components/minilibc/include/
A Derrno-.h32 #define EBUSY 16 /* Device or resource busy */ macro
/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/
A Derrno_bak.h23 #define EBUSY 16 /* Device or resource busy */ macro
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/
A Derrno.h23 #define EBUSY 16 /* Device or resource busy */ macro
/AliOS-Things-master/components/drivers/core/base/src/
A Ddevice.c202 return -EBUSY; in aos_dev_unregister()
244 return -EBUSY; in aos_dev_ref()
/AliOS-Things-master/components/py_engine/engine/py/
A Dmperrno.h111 #define MP_EBUSY EBUSY
/AliOS-Things-master/components/amp/main/
A Damp_errno.h38 #define EBUSY 16 /* Device or resource busy */
/AliOS-Things-master/components/ble_host/bt_host/port/aos/include/
A Dbt_errno.h46 #define EBUSY 16 /**< Device or resource busy */ macro
/AliOS-Things-master/components/osal_aos/include/aos/
A Derrno.h45 #define EBUSY 16 /**< Device or resource busy */
/AliOS-Things-master/components/osal_aos/rhino/
A Daos_workqueue.c170 return -EBUSY; in aos_work_cancel()
/AliOS-Things-master/components/vfs/
A Dvfs_aos.c35 return -EBUSY; in _vfs_to_aos_res()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dproxy.c720 return -EBUSY; in bt_mesh_proxy_prov_enable()
747 return -EBUSY; in bt_mesh_proxy_prov_disable()
839 return -EBUSY; in bt_mesh_proxy_gatt_enable()
879 return -EBUSY; in bt_mesh_proxy_gatt_disable()
A Dhealth_cli.c197 return -EBUSY; in cli_prepare()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dsmp.c1725 return -EBUSY; in bt_smp_br_send_pairing_req()
2826 return -EBUSY; in smp_send_security_req()
2830 return -EBUSY; in smp_send_security_req()
3048 return -EBUSY; in smp_send_pairing_req()
3053 return -EBUSY; in smp_send_pairing_req()
5395 return -EBUSY; in bt_smp_start_security()
5400 return -EBUSY; in bt_smp_start_security()
A Dconn.c1117 return -EBUSY; in start_security()
2057 return -EBUSY; in bt_conn_get_remote_info()
A Dl2cap_br.c1227 return -EBUSY; in bt_l2cap_br_chan_connect()
/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Dtty.c594 return (tty->flags & AOS_TTY_F_UNIQUE_REF) ? -EBUSY : 0; in dev_tty_get()

Completed in 37 milliseconds

12