/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/ |
D | SDL_syscond.c | 34 pthread_cond_t cond; member 40 SDL_cond *cond; in SDL_CreateCond() local 54 void SDL_DestroyCond(SDL_cond *cond) in SDL_DestroyCond() 63 int SDL_CondSignal(SDL_cond *cond) in SDL_CondSignal() 81 int SDL_CondBroadcast(SDL_cond *cond) in SDL_CondBroadcast() 98 int SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms) in SDL_CondWaitTimeout() 140 int SDL_CondWait(SDL_cond *cond, SDL_mutex *mutex) in SDL_CondWait()
|
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/ |
D | SDL_syscond.c | 38 pthread_cond_t cond; member 44 SDL_cond *cond; in SDL_CreateCond() local 58 void SDL_DestroyCond(SDL_cond *cond) in SDL_DestroyCond() 67 int SDL_CondSignal(SDL_cond *cond) in SDL_CondSignal() 85 int SDL_CondBroadcast(SDL_cond *cond) in SDL_CondBroadcast() 102 int SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms) in SDL_CondWaitTimeout() 144 int SDL_CondWait(SDL_cond *cond, SDL_mutex *mutex) in SDL_CondWait()
|
/external/qemu/distrib/sdl-1.2.15/src/thread/pth/ |
D | SDL_syscond.c | 43 SDL_cond *cond; in SDL_CreateCond() local 59 void SDL_DestroyCond(SDL_cond *cond) in SDL_DestroyCond() 67 int SDL_CondSignal(SDL_cond *cond) in SDL_CondSignal() 85 int SDL_CondBroadcast(SDL_cond *cond) in SDL_CondBroadcast() 122 int SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms) in SDL_CondWaitTimeout() 149 int SDL_CondWait(SDL_cond *cond, SDL_mutex *mutex) in SDL_CondWait()
|
/external/qemu/distrib/sdl-1.2.15/src/thread/dc/ |
D | SDL_syscond.c | 44 SDL_cond *cond; in SDL_CreateCond() local 63 void SDL_DestroyCond(SDL_cond *cond) in SDL_DestroyCond() 80 int SDL_CondSignal(SDL_cond *cond) in SDL_CondSignal() 104 int SDL_CondBroadcast(SDL_cond *cond) in SDL_CondBroadcast() 157 int SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms) in SDL_CondWaitTimeout() 212 int SDL_CondWait(SDL_cond *cond, SDL_mutex *mutex) in SDL_CondWait()
|
/external/qemu/distrib/sdl-1.2.15/src/thread/generic/ |
D | SDL_syscond.c | 44 SDL_cond *cond; in SDL_CreateCond() local 63 void SDL_DestroyCond(SDL_cond *cond) in SDL_DestroyCond() 80 int SDL_CondSignal(SDL_cond *cond) in SDL_CondSignal() 104 int SDL_CondBroadcast(SDL_cond *cond) in SDL_CondBroadcast() 157 int SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms) in SDL_CondWaitTimeout() 212 int SDL_CondWait(SDL_cond *cond, SDL_mutex *mutex) in SDL_CondWait()
|
/external/qemu/distrib/sdl-1.2.15/src/thread/os2/ |
D | SDL_syscond.c | 44 SDL_cond *cond; in SDL_CreateCond() local 63 DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond *cond) in SDL_DestroyCond() 80 DECLSPEC int SDLCALL SDL_CondSignal(SDL_cond *cond) in SDL_CondSignal() 104 DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond *cond) in SDL_CondBroadcast() 157 DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms) in SDL_CondWaitTimeout() 212 DECLSPEC int SDLCALL SDL_CondWait(SDL_cond *cond, SDL_mutex *mutex) in SDL_CondWait()
|
/external/chromium_org/third_party/hwcplus/include/log/ |
D | log.h | 88 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0)) argument 92 #define ALOGV_IF(cond, ...) ((void)0) argument 109 #define ALOGD_IF(cond, ...) \ argument 123 #define ALOGI_IF(cond, ...) \ argument 137 #define ALOGW_IF(cond, ...) \ argument 151 #define ALOGE_IF(cond, ...) \ argument 217 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0)) argument 221 #define SLOGV_IF(cond, ...) ((void)0) argument 238 #define SLOGD_IF(cond, ...) \ argument 252 #define SLOGI_IF(cond, ...) \ argument [all …]
|
/external/chromium_org/v8/src/arm/ |
D | assembler-arm.cc | 867 Condition cond = Instruction::ConditionField(instr); in print() local 1070 Condition cond) { in move_32_bit_immediate() 1116 Condition cond = Instruction::ConditionField(instr); in addrmod1() local 1269 void Assembler::b(int branch_offset, Condition cond) { in b() 1282 void Assembler::bl(int branch_offset, Condition cond) { in bl() 1301 void Assembler::blx(Register target, Condition cond) { // v5 and above in blx() 1308 void Assembler::bx(Register target, Condition cond) { // v5 and above, plus v4t in bx() 1318 SBit s, Condition cond) { in and_() 1324 SBit s, Condition cond) { in eor() 1330 SBit s, Condition cond) { in sub() [all …]
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
D | pthread_cond_signal.c | 46 ptw32_cond_unblock (pthread_cond_t * cond, int unblockAll) in ptw32_cond_unblock() 153 pthread_cond_signal (pthread_cond_t * cond) in pthread_cond_signal() 195 pthread_cond_broadcast (pthread_cond_t * cond) in pthread_cond_broadcast()
|
D | pthread_cond_wait.c | 354 ptw32_cond_timedwait (pthread_cond_t * cond, in ptw32_cond_timedwait() 454 pthread_cond_wait (pthread_cond_t * cond, pthread_mutex_t * mutex) in pthread_cond_wait() 512 pthread_cond_timedwait (pthread_cond_t * cond, in pthread_cond_timedwait()
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
D | threads_windows.c | 84 int usbi_cond_init(usbi_cond_t *cond, in usbi_cond_init() 92 int usbi_cond_destroy(usbi_cond_t *cond) { in usbi_cond_destroy() 106 int usbi_cond_broadcast(usbi_cond_t *cond) { in usbi_cond_broadcast() 120 int usbi_cond_signal(usbi_cond_t *cond) { in usbi_cond_signal() 131 __inline static int usbi_cond_intwait(usbi_cond_t *cond, in usbi_cond_intwait() 173 int usbi_cond_wait(usbi_cond_t *cond, usbi_mutex_t *mutex) { in usbi_cond_wait() 176 int usbi_cond_timedwait(usbi_cond_t *cond, in usbi_cond_timedwait()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | internal_logging.h | 109 #define CHECK_CONDITION(cond) \ argument 116 #define CHECK_CONDITION_PRINT(cond, str) \ argument 126 #define ASSERT(cond) CHECK_CONDITION(cond) argument 127 #define ASSERT_PRINT(cond, str) CHECK_CONDITION_PRINT(cond, str) argument 129 #define ASSERT(cond) ((void) 0) argument 130 #define ASSERT_PRINT(cond, str) ((void) 0) argument
|
/external/qemu/include/qemu/ |
D | thread-posix.h | 11 pthread_cond_t cond; member 17 pthread_cond_t cond; member 27 pthread_cond_t cond; member
|
/external/mesa3d/src/gallium/auxiliary/os/ |
D | os_thread.h | 110 #define pipe_condvar_init(cond) \ argument 113 #define pipe_condvar_destroy(cond) \ argument 116 #define pipe_condvar_wait(cond, mutex) \ argument 119 #define pipe_condvar_signal(cond) \ argument 122 #define pipe_condvar_broadcast(cond) \ argument 215 #define pipe_static_condvar(cond) \ argument 218 #define pipe_condvar_init(cond) \ argument 221 #define pipe_condvar_destroy(cond) \ argument 227 #define pipe_condvar_wait(cond, mutex) \ argument 233 #define pipe_condvar_signal(cond) \ argument [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/ |
D | os_thread.h | 110 #define pipe_condvar_init(cond) \ argument 113 #define pipe_condvar_destroy(cond) \ argument 116 #define pipe_condvar_wait(cond, mutex) \ argument 119 #define pipe_condvar_signal(cond) \ argument 122 #define pipe_condvar_broadcast(cond) \ argument 215 #define pipe_static_condvar(cond) \ argument 218 #define pipe_condvar_init(cond) \ argument 221 #define pipe_condvar_destroy(cond) \ argument 227 #define pipe_condvar_wait(cond, mutex) \ argument 233 #define pipe_condvar_signal(cond) \ argument [all …]
|
/external/qemu/android/ |
D | hw-pipe-net.c | 43 # define DDASSERT(cond) _ANDROID_ASSERT(cond, "Assertion failure: ", #cond) argument 44 # define DDASSERT_INT_OP(cond,val,op) _ANDROID_ASSERT_INT_OP(cond,val,op) argument 47 # define DDASSERT(cond) ((void)0) argument 48 # define DDASSERT_INT_OP(cond,val,op) ((void)0) argument 51 #define DDASSERT_INT_LT(cond,val) DDASSERT_INT_OP(cond,val,<) argument 52 #define DDASSERT_INT_LTE(cond,val) DDASSERT_INT_OP(cond,val,<=) argument 53 #define DDASSERT_INT_GT(cond,val) DDASSERT_INT_OP(cond,val,>) argument 54 #define DDASSERT_INT_GTE(cond,val) DDASSERT_INT_OP(cond,val,>=) argument 55 #define DDASSERT_INT_EQ(cond,val) DDASSERT_INT_OP(cond,val,==) argument 56 #define DDASSERT_INT_NEQ(cond,val) DDASSERT_INT_OP(cond,val,!=) argument
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
D | crazy_linker_debug.h | 33 #define LOG_IF(cond, ...) \ argument 39 #define LOG_ERRNO_IF(cond, ...) \ argument
|
/external/qemu/android/utils/ |
D | assert.h | 51 #define _ANDROID_ASSERT(cond,...) \ argument 129 # define AASSERT(cond,...) _ANDROID_ASSERT(cond,__VA_ARGS__) argument 155 # define AASSERT(cond,...) ((void)(cond), (void)0) argument 156 # define AASSERT_BOOL(cond,val) ((void)(cond), (void)0) argument 157 # define AASSERT_INT(cond,val) AASSERT_BOOL(cond,val) argument 158 # define AASSERT_PTR(cond,val) AASSERT_BOOL(cond,val) argument
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-exceptions.cpp | 71 int HasConditionalCleanup(bool cond) { in HasConditionalCleanup() 94 int HasConditionalDeactivatedCleanups(bool cond) { in HasConditionalDeactivatedCleanups()
|
D | throw-expressions.cpp | 85 void test7(bool cond) { in test7() 101 int &test8(bool cond) { in test8()
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | CheckedInt.h | 37 # define MOZ_STATIC_ASSERT(cond, reason) assert((cond) && reason) argument 38 # define MOZ_ASSERT(cond, reason) assert((cond) && reason) argument
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
D | WaitingThread.java | 53 private final Condition cond; field in WaitingThread 73 public WaitingThread(Condition cond, RouteSpecificPool pool) { in WaitingThread()
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | kernel_wrap.h | 32 #define RTN_ERRNO_IF(cond) \ argument 38 #define ERRNO_RTN(cond) \ argument
|
/external/chromium_org/third_party/usrsctp/usrsctplib/ |
D | user_environment.h | 97 #define KASSERT(cond, args) \ argument 105 #define KASSERT(cond, args) argument
|
/external/linux-tools-perf/perf-3.12.0/arch/arm/lib/ |
D | memcpy.S | 31 .macro ldr1b ptr reg cond=al abort 43 .macro str1b ptr reg cond=al abort
|