Searched defs:FUNC_EXIT_RC (Results 1 – 2 of 2) sorted by relevance
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
| D | StackTrace.h | 33 #define FUNC_EXIT_RC(x) (void)(x) macro 47 #define FUNC_EXIT_RC(x) StackTrace_exit(__FUNCTION__, __LINE__, &x, TRACE_MINIMUM) macro 59 #define FUNC_EXIT_RC(x) StackTrace_exit(__func__, __LINE__, &x, TRACE_MINIMUM) macro
|
| /device/board/isoftstone/yangfan/common/mqtt/mqttpacket/src/ |
| D | StackTrace.h | 33 #define FUNC_EXIT_RC(x) macro 49 #define FUNC_EXIT_RC(x) StackTrace_exit(__FUNCTION__, __LINE__, &x, TRACE_MINIMUM) macro 61 #define FUNC_EXIT_RC(x) StackTrace_exit(__func__, __LINE__, &x, TRACE_MINIMUM) macro
|