Home
last modified time | relevance | path

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

12345678910>>...15

/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
DSDL_syscond.c34 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/
DSDL_syscond.c38 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/
DSDL_syscond.c43 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/
DSDL_syscond.c44 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/
DSDL_syscond.c44 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/
DSDL_syscond.c44 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/
Dlog.h88 #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/
Dassembler-arm.cc867 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/
Dpthread_cond_signal.c46 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()
Dpthread_cond_wait.c354 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/
Dthreads_windows.c84 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/
Dinternal_logging.h109 #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/
Dthread-posix.h11 pthread_cond_t cond; member
17 pthread_cond_t cond; member
27 pthread_cond_t cond; member
/external/mesa3d/src/gallium/auxiliary/os/
Dos_thread.h110 #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/
Dos_thread.h110 #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/
Dhw-pipe-net.c43 # 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/
Dcrazy_linker_debug.h33 #define LOG_IF(cond, ...) \ argument
39 #define LOG_ERRNO_IF(cond, ...) \ argument
/external/qemu/android/utils/
Dassert.h51 #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/
Dmicrosoft-abi-exceptions.cpp71 int HasConditionalCleanup(bool cond) { in HasConditionalCleanup()
94 int HasConditionalDeactivatedCleanups(bool cond) { in HasConditionalDeactivatedCleanups()
Dthrow-expressions.cpp85 void test7(bool cond) { in test7()
101 int &test8(bool cond) { in test8()
/external/chromium_org/third_party/WebKit/Source/platform/
DCheckedInt.h37 # 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/
DWaitingThread.java53 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/
Dkernel_wrap.h32 #define RTN_ERRNO_IF(cond) \ argument
38 #define ERRNO_RTN(cond) \ argument
/external/chromium_org/third_party/usrsctp/usrsctplib/
Duser_environment.h97 #define KASSERT(cond, args) \ argument
105 #define KASSERT(cond, args) argument
/external/linux-tools-perf/perf-3.12.0/arch/arm/lib/
Dmemcpy.S31 .macro ldr1b ptr reg cond=al abort
43 .macro str1b ptr reg cond=al abort

12345678910>>...15