/AliOS-Things-master/components/SDL2/src/thread/pthread/ |
A D | SDL_syscond.c | 34 pthread_cond_t cond; member 41 SDL_cond *cond; in SDL_CreateCond() local 56 SDL_DestroyCond(SDL_cond * cond) in SDL_DestroyCond() 66 SDL_CondSignal(SDL_cond * cond) in SDL_CondSignal() 83 SDL_CondBroadcast(SDL_cond * cond) in SDL_CondBroadcast() 99 SDL_CondWaitTimeout(SDL_cond * cond, SDL_mutex * mutex, Uint32 ms) in SDL_CondWaitTimeout() 148 SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex) in SDL_CondWait()
|
/AliOS-Things-master/components/SDL2/src/thread/stdcpp/ |
A D | SDL_syscond.cpp | 46 SDL_cond * cond = new SDL_cond; in SDL_CreateCond() local 60 SDL_DestroyCond(SDL_cond * cond) in SDL_DestroyCond() 70 SDL_CondSignal(SDL_cond * cond) in SDL_CondSignal() 84 SDL_CondBroadcast(SDL_cond * cond) in SDL_CondBroadcast() 118 SDL_CondWaitTimeout(SDL_cond * cond, SDL_mutex * mutex, Uint32 ms) in SDL_CondWaitTimeout() 159 SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex) in SDL_CondWait()
|
/AliOS-Things-master/components/posix/src/ |
A D | pthread_cond.c | 14 int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) in pthread_cond_init() 51 int pthread_cond_destroy(pthread_cond_t *cond) in pthread_cond_destroy() 64 int pthread_cond_broadcast(pthread_cond_t *cond) in pthread_cond_broadcast() 101 int pthread_cond_signal(pthread_cond_t *cond) in pthread_cond_signal() 125 static int pthread_cond_timedwait_ms(pthread_cond_t *cond, pthread_mutex_t *mutex, int64_t ms) in pthread_cond_timedwait_ms() 184 int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, in pthread_cond_timedwait() 223 int pthread_cond_timedwait_relative_np(pthread_cond_t *cond, pthread_mutex_t *mutex, in pthread_cond_timedwait_relative_np() 244 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in pthread_cond_wait()
|
/AliOS-Things-master/components/SDL2/src/thread/generic/ |
A D | SDL_syscond.c | 44 SDL_cond *cond; in SDL_CreateCond() local 64 SDL_DestroyCond(SDL_cond * cond) in SDL_DestroyCond() 82 SDL_CondSignal(SDL_cond * cond) in SDL_CondSignal() 106 SDL_CondBroadcast(SDL_cond * cond) in SDL_CondBroadcast() 160 SDL_CondWaitTimeout(SDL_cond * cond, SDL_mutex * mutex, Uint32 ms) in SDL_CondWaitTimeout() 215 SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex) in SDL_CondWait()
|
/AliOS-Things-master/components/SDL2/src/thread/psp/ |
A D | SDL_syscond.c | 46 SDL_cond *cond; in SDL_CreateCond() local 66 SDL_DestroyCond(SDL_cond * cond) in SDL_DestroyCond() 84 SDL_CondSignal(SDL_cond * cond) in SDL_CondSignal() 108 SDL_CondBroadcast(SDL_cond * cond) in SDL_CondBroadcast() 162 SDL_CondWaitTimeout(SDL_cond * cond, SDL_mutex * mutex, Uint32 ms) in SDL_CondWaitTimeout() 217 SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex) in SDL_CondWait()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/ble_ip/ |
A D | arch.h | 191 #define ASSERT_ERR(cond) { if (!(cond)) { TRACE("line is %d file is %s"… argument 194 #define ASSERT_INFO(cond, param0, param1) { if (!(cond)) { TRACE("line is %d file is %s"… argument 197 #define ASSERT_WARN(cond, param0, param1) { if (!(cond)) { TRACE("line is %d file is %s"… argument 204 #define ASSERT_ERR(cond) argument 207 #define ASSERT_INFO(cond, param0, param1) argument 210 #define ASSERT_WARN(cond, param0, param1) argument
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | platform_util.h | 78 #define MBEDTLS_INTERNAL_VALIDATE_RET( cond, ret ) \ argument 88 #define MBEDTLS_INTERNAL_VALIDATE( cond ) \ argument
|
/AliOS-Things-master/components/ble_host/bt_host/include/common/ |
A D | log.h | 62 #define BT_ASSERT(cond) if (!(cond)) { \ argument 66 #define BT_ASSERT_MSG(cond, fmt, ...) if (!(cond)) { \ argument
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | chacha20.c | 57 #define CHACHA20_VALIDATE_RET( cond ) \ argument 59 #define CHACHA20_VALIDATE( cond ) \ argument 522 #define ASSERT( cond, args ) \ argument
|
A D | chachapoly.c | 48 #define CHACHAPOLY_VALIDATE_RET( cond ) \ argument 50 #define CHACHAPOLY_VALIDATE( cond ) \ argument 478 #define ASSERT( cond, args ) \ argument
|
A D | poly1305.c | 53 #define POLY1305_VALIDATE_RET( cond ) \ argument 55 #define POLY1305_VALIDATE( cond ) \ argument 515 #define ASSERT( cond, args ) \ argument
|
A D | blowfish.c | 44 #define BLOWFISH_VALIDATE_RET( cond ) \ argument 46 #define BLOWFISH_VALIDATE( cond ) \ argument
|
A D | pkwrite.c | 59 #define PK_VALIDATE_RET( cond ) \ argument 61 #define PK_VALIDATE( cond ) \ argument
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/hal/ |
A D | hal_uart.h | 32 #define SYSINIT_PANIC_ASSERT_MSG(cond, msg) argument
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/ |
A D | net_debug.h | 16 #define NET_ASSERT(cond, ...) {ASSERT(cond, "net assert")} argument 78 #define BUG_ON(cond) ASSERT(!(cond), "ASSERT:%s line:%d", __func__, __LINE__) argument
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | asmxtensa.c | 149 void asm_xtensa_bccz_reg_label(asm_xtensa_t *as, uint cond, uint reg, uint label) { in asm_xtensa_bccz_reg_label() 158 void asm_xtensa_bcc_reg_reg_label(asm_xtensa_t *as, uint cond, uint reg1, uint reg2, uint label) { in asm_xtensa_bcc_reg_reg_label() 168 void asm_xtensa_setcc_reg_reg_reg(asm_xtensa_t *as, uint cond, uint reg_dest, uint reg_src1, uint r… in asm_xtensa_setcc_reg_reg_reg()
|
A D | asmthumb.c | 282 #define OP_BCC_N(cond, byte_offset) (0xd000 | ((cond) << 8) | (((byte_offset) >> 1) & 0x00ff)) argument 285 #define OP_BCC_W_HI(cond, byte_offset) (0xf000 | ((cond) << 6) | (((byte_offset) >> 10) & 0x0400) |… argument 288 bool asm_thumb_bcc_nw_label(asm_thumb_t *as, int cond, uint label, bool wide) { in asm_thumb_bcc_nw_label() 527 void asm_thumb_bcc_label(asm_thumb_t *as, int cond, uint label) { in asm_thumb_bcc_label() 552 void asm_thumb_bcc_rel9(asm_thumb_t *as, int cond, int rel) { in asm_thumb_bcc_rel9()
|
/AliOS-Things-master/components/mbedtls/platform/yoc/ |
A D | aes_alt.c | 25 #define AES_VALIDATE_RET( cond ) \ argument 27 #define AES_VALIDATE( cond ) \ argument
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/thirdparty/bluetooth/bt_host/bt_common/include/common/ |
A D | log.h | 85 #define BT_ASSERT(cond) if (!(cond)) { \ argument
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | hal_trace.h | 121 #define ASSERT(cond, str, ...) { if (!(cond)) { hal_trace_assert_dump(__FILE__, __FUNCTION__, … argument 125 #define ASSERT(cond, str, ...) { if (!(cond)) { hal_trace_assert_dump(__FILE__, __LINE__, str,… argument 129 #define ASSERT(cond, str, ...) { if (!(cond)) { hal_trace_assert_dump(__FUNCTION__, __LINE__, … argument 133 #define ASSERT(cond, str, ...) { if (!(cond)) { hal_trace_assert_dump(str, ##__VA_ARGS__); } } argument 137 #define ASSERT(cond, str, ...) { if (!(cond)) { hal_trace_dummy(str, ##__VA_ARGS__); hal_trace… argument 157 #define ASSERT_NODUMP(cond) { if (!(cond)) { SAFE_PROGRAM_STOP(); } } argument
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/communication/comminication_knowles/ |
A D | communication_sysapi.h | 12 #define ASSERT(cond, str, ...) \ argument
|
/AliOS-Things-master/components/drivers/core/base/include/drivers/ |
A D | ddkc_log.h | 33 #define ddkc_assert(cond, str, ...) \ argument
|
/AliOS-Things-master/components/freetype/src/gzip/ |
A D | zutil.h | 189 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument 196 # define Assert(cond,msg) argument
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | zutil.h | 241 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument 248 # define Assert(cond,msg) argument
|
/AliOS-Things-master/components/py_engine/external/unzip/internal/ |
A D | zutil.h | 249 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument 256 # define Assert(cond,msg) argument
|