Searched defs:semId (Results 1 – 6 of 6) sorted by relevance
/kernel/uniproton/src/core/kernel/task/ |
D | prt_task_sem.c | 22 OS_SEC_L4_TEXT U32 PRT_TaskGetPendSem(TskHandle taskId, U16 *semId, U16 *pendState) in PRT_TaskGetPendSem()
|
/kernel/uniproton/src/core/ipc/include/ |
D | prt_sem_external.h | 36 U16 semId; member
|
/kernel/liteos_m/components/trace/ |
D | los_trace.h | 356 #define SEM_CREATE_PARAMS(semId, type, count) semId, type, count argument 357 #define SEM_DELETE_PARAMS(semId, delRetCode) semId, delRetCode argument 358 #define SEM_PEND_PARAMS(semId, count, timeout) semId, count, timeout argument 359 #define SEM_POST_PARAMS(semId, type, count) semId, type, count argument
|
/kernel/liteos_a/kernel/include/ |
D | los_trace.h | 383 #define SEM_CREATE_PARAMS(semId, type, count) semId, type, count argument 384 #define SEM_DELETE_PARAMS(semId, delRetCode) semId, delRetCode argument 385 #define SEM_PEND_PARAMS(semId, count, timeout) semId, count, timeout argument 386 #define SEM_POST_PARAMS(semId, type, count) semId, type, count argument
|
/kernel/liteos_a/fs/vfs/operation/ |
D | vfs_procfd.c | 349 static struct fd_table_s *GetProcessFTable(unsigned int pid, sem_t *semId) in GetProcessFTable()
|
/kernel/liteos_m/kal/cmsis/ |
D | cmsis_liteos2.c | 1123 UINT32 semId; in osSemaphoreNew() local
|