Home
last modified time | relevance | path

Searched refs:HAL_SemaphoreWait (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/linkkit/include/linkkit/wrappers/
A Dwrappers_os.h32 int HAL_SemaphoreWait(void *sem, uint32_t timeout_ms);
/AliOS-Things-master/components/linkkit/dev_model/deprecated/
A Dimpl_gateway.c1747 res = HAL_SemaphoreWait(semaphore, in linkkit_gateway_subdev_register()
1794 res = HAL_SemaphoreWait(semaphore, in linkkit_gateway_subdev_register()
1840 res = HAL_SemaphoreWait(semaphore, in linkkit_gateway_subdev_register()
1925 res = HAL_SemaphoreWait(semaphore, in linkkit_gateway_subdev_unregister()
2061 res = HAL_SemaphoreWait(semaphore, in linkkit_gateway_subdev_login()
2133 res = HAL_SemaphoreWait(semaphore, in linkkit_gateway_subdev_logout()
2281 res = HAL_SemaphoreWait(semaphore, timeout_ms); in linkkit_gateway_trigger_event_json_sync()
2422 res = HAL_SemaphoreWait(semaphore, timeout_ms); in linkkit_gateway_post_property_json_sync()
2645 res = HAL_SemaphoreWait(semaphore, timeout_ms); in linkkit_gateway_post_extinfos()
2761 res = HAL_SemaphoreWait(semaphore, timeout_ms); in linkkit_gateway_delete_extinfos()
/AliOS-Things-master/components/linkkit/http2/
A Dhttp2_api.c661 rv = HAL_SemaphoreWait(node->semaphore, IOT_HTTP2_RES_OVERTIME_MS); in IOT_HTTP2_Stream_Open()
907 rv = HAL_SemaphoreWait(node->semaphore, IOT_HTTP2_RES_OVERTIME_MS); in IOT_HTTP2_Stream_Send()
1000 rv = HAL_SemaphoreWait(node->semaphore, IOT_HTTP2_RES_OVERTIME_MS); in IOT_HTTP2_Stream_Query()
1099 rv = HAL_SemaphoreWait(node->semaphore, IOT_HTTP2_RES_OVERTIME_MS); in IOT_HTTP2_FS_Close()
1220 ret = HAL_SemaphoreWait(handle->semaphore, PLATFORM_WAIT_INFINITE); in IOT_HTTP2_Disconnect()
/AliOS-Things-master/components/linkkit/dev_model/
A Dimpl_linkkit.c1528 HAL_SemaphoreWait(semaphore, IOTX_LINKKIT_SYNC_DEFAULT_TIMEOUT_MS); in _iotx_linkkit_slave_connect()
1569 res = HAL_SemaphoreWait(semaphore, IOTX_LINKKIT_SYNC_DEFAULT_TIMEOUT_MS); in _iotx_linkkit_slave_connect()
1628 res = HAL_SemaphoreWait(semaphore, IOTX_LINKKIT_SYNC_DEFAULT_TIMEOUT_MS); in _iotx_linkkit_subdev_delete_topo()
1843 res = HAL_SemaphoreWait(semaphore, IOTX_LINKKIT_SYNC_DEFAULT_TIMEOUT_MS); in _iotx_linkkit_subdev_login()
1900 res = HAL_SemaphoreWait(semaphore, IOTX_LINKKIT_SYNC_DEFAULT_TIMEOUT_MS); in _iotx_linkkit_subdev_logout()
/AliOS-Things-master/components/linkkit/iot_coap/server/
A DCoAPServer.c198 HAL_SemaphoreWait(g_semphore, PLATFORM_WAIT_INFINITE); in CoAPServer_deinit()
/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_OS_rhino.c148 int HAL_SemaphoreWait(_IN_ void *sem, _IN_ uint32_t timeout_ms) in HAL_SemaphoreWait() function
/AliOS-Things-master/components/linkkit/wrappers/platform/os/
A DHAL_OS_yoc.c501 int HAL_SemaphoreWait(void *sem, uint32_t timeout_ms) in HAL_SemaphoreWait() function

Completed in 17 milliseconds