Home
last modified time | relevance | path

Searched refs:muxHandle (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
H A Dlos_mux.h176 * This API is used to create a mutex. A mutex handle is assigned to muxHandle when the mutex is created successfully.
183 * @param muxHandle [OUT] Handle pointer of the successfully created mutex. The value of handle should be in
186 * @retval #LOS_ERRNO_MUX_PTR_NULL The muxHandle pointer is NULL.
193 extern UINT32 LOS_MuxCreate(UINT32 *muxHandle);
208 * @param muxHandle [IN] Handle of the mutex to be deleted. The value of handle should be in
218 extern UINT32 LOS_MuxDelete(UINT32 muxHandle);
237 * @param muxHandle [IN] Handle of the mutex to be waited on. The value of handle should be
253 extern UINT32 LOS_MuxPend(UINT32 muxHandle, UINT32 timeout);
268 * @param muxHandle [IN] Handle of the mutex to be released. The value of handle should be in
279 extern UINT32 LOS_MuxPost(UINT32 muxHandle);
[all...]
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/
H A Dmutex.h26 unsigned int muxHandle; member

Completed in 1 milliseconds