Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/
H A Dcmsis_liteos2.c1100 osSemaphoreId_t osSemaphoreNew(uint32_t max_count, uint32_t initial_count, const osSemaphoreAttr_t *attr) in osSemaphoreNew() argument
1112 uwRet = LOS_BinarySemCreate((UINT16)initial_count, &uwSemId); in osSemaphoreNew()
1114 uwRet = LOS_SemCreate((UINT16)initial_count, &uwSemId); in osSemaphoreNew()
H A Dcmsis_os2.h1043 * @param initial_count Indicates the initial number of available tokens.
1049 osSemaphoreId_t osSemaphoreNew (uint32_t max_count, uint32_t initial_count, const osSemaphoreAttr_t *attr);

Completed in 3 milliseconds