29#ifndef _LOS_MISC_PRI_H
30#define _LOS_MISC_PRI_H
40#if defined(LOSCFG_DEBUG_SEMAPHORE) || defined(LOSCFG_DEBUG_MUTEX) || defined(LOSCFG_DEBUG_QUEUE)
49typedef BOOL (*OsCompareFunc)(
const SortParam *sortParam,
UINT32 left,
UINT32 right);
52#define SORT_ELEM_ADDR(sortParam, index) \
53 ((sortParam)->buf + ((index) * (sortParam)->ctrlBlockSize) + (sortParam)->sortElemOff)
57 OsCompareFunc compareFunc);
VOID OsDumpMemByte(size_t length, UINTPTR addr)
#define VOID
Definition los_typedef.h:88
unsigned int UINTPTR
Definition los_typedef.h:74
unsigned int UINT32
Definition los_typedef.h:52
char CHAR
Definition los_typedef.h:58
size_t BOOL
Definition los_typedef.h:83