29#ifndef _LOS_QUEUE_DEBUG_PRI_H
30#define _LOS_QUEUE_DEBUG_PRI_H
44#ifdef LOSCFG_DEBUG_QUEUE
55#ifdef LOSCFG_DEBUG_QUEUE
66#ifdef LOSCFG_DEBUG_QUEUE
78#ifdef LOSCFG_DEBUG_QUEUE
#define STATIC
Definition common_def.h:57
#define INLINE
Definition common_def.h:65
void *(* TSK_ENTRY_FUNC)(void *param)
Define the type of a task entrance function.
Definition los_task.h:614
STATIC INLINE VOID OsQueueDbgUpdateHook(UINT32 queueId, TSK_ENTRY_FUNC entry)
Definition los_queue_debug_pri.h:64
VOID OsQueueDbgUpdate(UINT32 queueId, TSK_ENTRY_FUNC entry)
STATIC INLINE VOID OsQueueCheckHook(VOID)
Definition los_queue_debug_pri.h:76
UINT32 OsQueueDbgInit(VOID)
STATIC INLINE VOID OsQueueDbgTimeUpdateHook(UINT32 queueId)
Definition los_queue_debug_pri.h:53
STATIC INLINE UINT32 OsQueueDbgInitHook(VOID)
Definition los_queue_debug_pri.h:42
VOID OsQueueDbgTimeUpdate(UINT32 queueId)
#define VOID
Definition los_typedef.h:88
#define LOS_OK
Definition los_typedef.h:122
unsigned int UINT32
Definition los_typedef.h:52