Home
last modified time | relevance | path

Searched refs:OsSemInit (Results 1 - 9 of 9) sorted by relevance

/kernel/liteos_a/kernel/base/include/
H A Dlos_sem_pri.h111 extern UINT32 OsSemInit(VOID);
/kernel/uniproton/src/config/
H A Dprt_config_internal.h52 extern U32 OsSemInit(void);
H A Dprt_config.c182 return OsSemInit(); in OsSemConfigInit()
/kernel/liteos_m/kernel/include/
H A Dlos_sem.h361 extern UINT32 OsSemInit(VOID);
/kernel/liteos_m/kernel/src/
H A Dlos_init.c181 ret = OsSemInit(); in LOS_KernelInit()
H A Dlos_sem.c47 Function : OsSemInit
53 LITE_OS_SEC_TEXT_INIT UINT32 OsSemInit(VOID) in OsSemInit() function
/kernel/uniproton/src/core/ipc/sem/
H A Dprt_sem_init.c34 OS_SEC_L4_TEXT U32 OsSemInit(void) in OsSemInit() function
/kernel/liteos_a/kernel/common/
H A Dlos_config.c119 ret = OsSemInit(); in OsIpcInit()
121 PRINT_ERR("OsSemInit error\n"); in OsIpcInit()
/kernel/liteos_a/kernel/base/ipc/
H A Dlos_sem.c56 LITE_OS_SEC_TEXT_INIT UINT32 OsSemInit(VOID) in OsSemInit() function

Completed in 4 milliseconds