Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 25 of 71) sorted by relevance

123

/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_syscond.c34 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 DSDL_syscond.cpp46 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 Dpthread_cond.c14 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 DSDL_syscond.c44 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 DSDL_syscond.c46 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 Darch.h191 #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 Dplatform_util.h78 #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 Dlog.h62 #define BT_ASSERT(cond) if (!(cond)) { \ argument
66 #define BT_ASSERT_MSG(cond, fmt, ...) if (!(cond)) { \ argument
/AliOS-Things-master/components/mbedtls/library/
A Dchacha20.c57 #define CHACHA20_VALIDATE_RET( cond ) \ argument
59 #define CHACHA20_VALIDATE( cond ) \ argument
522 #define ASSERT( cond, args ) \ argument
A Dchachapoly.c48 #define CHACHAPOLY_VALIDATE_RET( cond ) \ argument
50 #define CHACHAPOLY_VALIDATE( cond ) \ argument
478 #define ASSERT( cond, args ) \ argument
A Dpoly1305.c53 #define POLY1305_VALIDATE_RET( cond ) \ argument
55 #define POLY1305_VALIDATE( cond ) \ argument
515 #define ASSERT( cond, args ) \ argument
A Dblowfish.c44 #define BLOWFISH_VALIDATE_RET( cond ) \ argument
46 #define BLOWFISH_VALIDATE( cond ) \ argument
A Dpkwrite.c59 #define PK_VALIDATE_RET( cond ) \ argument
61 #define PK_VALIDATE( cond ) \ argument
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/hal/
A Dhal_uart.h32 #define SYSINIT_PANIC_ASSERT_MSG(cond, msg) argument
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/
A Dnet_debug.h16 #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 Dasmxtensa.c149 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 Dasmthumb.c282 #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 Daes_alt.c25 #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 Dlog.h85 #define BT_ASSERT(cond) if (!(cond)) { \ argument
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_trace.h121 #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 Dcommunication_sysapi.h12 #define ASSERT(cond, str, ...) \ argument
/AliOS-Things-master/components/drivers/core/base/include/drivers/
A Dddkc_log.h33 #define ddkc_assert(cond, str, ...) \ argument
/AliOS-Things-master/components/freetype/src/gzip/
A Dzutil.h189 # 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 Dzutil.h241 # 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 Dzutil.h249 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument
256 # define Assert(cond,msg) argument

Completed in 59 milliseconds

123