/bionic/libc/include/ |
pthread.h | 173 int pthread_cond_init(pthread_cond_t *cond, 175 int pthread_cond_destroy(pthread_cond_t *cond); 176 int pthread_cond_broadcast(pthread_cond_t *cond); 177 int pthread_cond_signal(pthread_cond_t *cond); 178 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex); 179 int pthread_cond_timedwait(pthread_cond_t *cond, 187 int pthread_cond_timedwait_monotonic_np(pthread_cond_t *cond, 194 int pthread_cond_timedwait_monotonic(pthread_cond_t *cond, 203 int pthread_cond_timedwait_relative_np(pthread_cond_t *cond, 211 int pthread_cond_timeout_np(pthread_cond_t *cond, [all...] |
/ndk/build/platforms/android-5/arch-x86/usr/include/ |
pthread.h | 168 int pthread_cond_init(pthread_cond_t *cond, 170 int pthread_cond_destroy(pthread_cond_t *cond); 171 int pthread_cond_broadcast(pthread_cond_t *cond); 172 int pthread_cond_signal(pthread_cond_t *cond); 173 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex); 174 int pthread_cond_timedwait(pthread_cond_t *cond, 182 int pthread_cond_timedwait_monotonic_np(pthread_cond_t *cond, 189 int pthread_cond_timedwait_monotonic(pthread_cond_t *cond, 198 int pthread_cond_timedwait_relative_np(pthread_cond_t *cond, 206 int pthread_cond_timeout_np(pthread_cond_t *cond, [all...] |
/ndk/build/platforms/android-8/arch-arm/usr/include/ |
pthread.h | 173 int pthread_cond_init(pthread_cond_t *cond, 175 int pthread_cond_destroy(pthread_cond_t *cond); 176 int pthread_cond_broadcast(pthread_cond_t *cond); 177 int pthread_cond_signal(pthread_cond_t *cond); 178 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex); 179 int pthread_cond_timedwait(pthread_cond_t *cond, 187 int pthread_cond_timedwait_monotonic_np(pthread_cond_t *cond, 194 int pthread_cond_timedwait_monotonic(pthread_cond_t *cond, 203 int pthread_cond_timedwait_relative_np(pthread_cond_t *cond, 211 int pthread_cond_timeout_np(pthread_cond_t *cond, [all...] |
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
pthread.h | 173 int pthread_cond_init(pthread_cond_t *cond, 175 int pthread_cond_destroy(pthread_cond_t *cond); 176 int pthread_cond_broadcast(pthread_cond_t *cond); 177 int pthread_cond_signal(pthread_cond_t *cond); 178 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex); 179 int pthread_cond_timedwait(pthread_cond_t *cond, 187 int pthread_cond_timedwait_monotonic_np(pthread_cond_t *cond, 194 int pthread_cond_timedwait_monotonic(pthread_cond_t *cond, 203 int pthread_cond_timedwait_relative_np(pthread_cond_t *cond, 211 int pthread_cond_timeout_np(pthread_cond_t *cond, [all...] |
/system/extras/tests/bionic/libc/common/ |
test_pthread_mutex.c | 98 #define TZERO(cond) \ 99 { int _ret = (cond); if (_ret != 0) ERROR(_ret,"%d:%s", __LINE__, #cond); } 101 #define TTRUE(cond) \ 102 { if (!(cond)) PANIC("%d:%s", __LINE__, #cond); } 104 #define TFALSE(cond) \ 105 { if (!!(cond)) PANIC("%d:%s", __LINE__, #cond); } 107 #define TEXPECT_INT(cond,val) [all...] |
/external/bluetooth/bluez/gdbus/ |
mainloop.c | 96 static gboolean watch_func(GIOChannel *chan, GIOCondition cond, gpointer data) 102 if (cond & G_IO_IN) flags |= DBUS_WATCH_READABLE; 103 if (cond & G_IO_OUT) flags |= DBUS_WATCH_WRITABLE; 104 if (cond & G_IO_HUP) flags |= DBUS_WATCH_HANGUP; 105 if (cond & G_IO_ERR) flags |= DBUS_WATCH_ERROR; 117 GIOCondition cond = G_IO_HUP | G_IO_ERR; local 135 if (flags & DBUS_WATCH_READABLE) cond |= G_IO_IN; 136 if (flags & DBUS_WATCH_WRITABLE) cond |= G_IO_OUT; 138 info->watch_id = g_io_add_watch(info->io, cond, watch_func, watch);
|
/external/v8/src/arm/ |
disasm-arm.cc | 394 case 'c': { // 'cond: conditional execution 395 ASSERT(STRING_STARTS_WITH(format, "cond")); 586 Format(instr, "mul'cond's 'rn, 'rm, 'rs"); 592 Format(instr, "mla'cond's 'rn, 'rm, 'rs, 'rd"); 601 Format(instr, "'um'al'cond's 'rd, 'rn, 'rm, 'rs"); 611 Format(instr, "'memop'cond'sign'h 'rd, ['rn], -'rm"); 613 Format(instr, "'memop'cond'sign'h 'rd, ['rn], #-'off8"); 619 Format(instr, "'memop'cond'sign'h 'rd, ['rn], +'rm"); 621 Format(instr, "'memop'cond'sign'h 'rd, ['rn], #+'off8"); 627 Format(instr, "'memop'cond'sign'h 'rd, ['rn, -'rm]'w") [all...] |
simulator-arm.cc | [all...] |
/external/skia/include/core/ |
SkTypes.h | 82 #define SkASSERT(cond) SK_DEBUGBREAK(cond) 88 #define SkAssertResult(cond) SkASSERT(cond) 90 #define SkASSERT(cond) 97 #define SkAssertResult(cond) cond 140 #define SkToBool(cond) ((cond) != 0) 276 static inline uint32_t SkSetClearShift(uint32_t bits, bool cond, [all...] |
SkPostConfig.h | 110 #define SK_DEBUGBREAK(cond) do { if (!(cond)) DebugBreak(); } while (false) 114 #define SK_DEBUGBREAK(cond) do { if (!(cond)) SK_CRASH(); } while (false) 120 #define SK_DEBUGBREAK(cond) do { if (cond) break; \ 122 __FILE__, __LINE__, #cond); SK_CRASH(); } while (false)
|
/external/webkit/JavaScriptCore/assembler/ |
MacroAssemblerX86.h | 113 Jump branch32(Condition cond, AbsoluteAddress left, RegisterID right) 116 return Jump(m_assembler.jCC(x86Condition(cond))); 119 Jump branch32(Condition cond, AbsoluteAddress left, Imm32 right) 122 return Jump(m_assembler.jCC(x86Condition(cond))); 147 Jump branchPtrWithPatch(Condition cond, RegisterID left, DataLabelPtr& dataLabel, ImmPtr initialRightValue = ImmPtr(0)) 151 return Jump(m_assembler.jCC(x86Condition(cond))); 154 Jump branchPtrWithPatch(Condition cond, Address left, DataLabelPtr& dataLabel, ImmPtr initialRightValue = ImmPtr(0)) 158 return Jump(m_assembler.jCC(x86Condition(cond)));
|
/hardware/msm7k/librpc/ |
debug.h | 56 #define FAILIF(cond, msg...) do { \ 57 if (__builtin_expect (cond, 0)) { \
|
/ndk/build/platforms/android-3/arch-arm/usr/include/ |
pthread.h | 168 int pthread_cond_init(pthread_cond_t *cond, 170 int pthread_cond_destroy(pthread_cond_t *cond); 171 int pthread_cond_broadcast(pthread_cond_t *cond); 172 int pthread_cond_signal(pthread_cond_t *cond); 173 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex); 174 int pthread_cond_timedwait(pthread_cond_t *cond, 182 int pthread_cond_timedwait_monotonic(pthread_cond_t *cond, 186 int pthread_cond_timeout_np(pthread_cond_t *cond,
|
/ndk/build/platforms/android-4/arch-arm/usr/include/ |
pthread.h | 168 int pthread_cond_init(pthread_cond_t *cond, 170 int pthread_cond_destroy(pthread_cond_t *cond); 171 int pthread_cond_broadcast(pthread_cond_t *cond); 172 int pthread_cond_signal(pthread_cond_t *cond); 173 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex); 174 int pthread_cond_timedwait(pthread_cond_t *cond, 182 int pthread_cond_timedwait_monotonic(pthread_cond_t *cond, 186 int pthread_cond_timeout_np(pthread_cond_t *cond,
|
/ndk/build/platforms/android-5/arch-arm/usr/include/ |
pthread.h | 168 int pthread_cond_init(pthread_cond_t *cond, 170 int pthread_cond_destroy(pthread_cond_t *cond); 171 int pthread_cond_broadcast(pthread_cond_t *cond); 172 int pthread_cond_signal(pthread_cond_t *cond); 173 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex); 174 int pthread_cond_timedwait(pthread_cond_t *cond, 182 int pthread_cond_timedwait_monotonic(pthread_cond_t *cond, 186 int pthread_cond_timeout_np(pthread_cond_t *cond,
|
/external/bluetooth/glib/docs/reference/glib/ |
glib-overrides.txt | 147 GCond *cond 153 GCond *cond 159 GCond *cond, GMutex *mutex 165 GCond *cond, GMutex *mutex, GTimeVal *abs_time 171 GCond *cond
|
/external/qemu/audio/ |
audio_pt_int.c | 34 err = pthread_cond_init (&p->cond, NULL); 49 err2 = pthread_cond_destroy (&p->cond); 69 err = pthread_cond_destroy (&p->cond); 111 err = pthread_cond_wait (&p->cond, &p->mutex); 128 err = pthread_cond_signal (&p->cond);
|
/external/v8/src/mips/ |
macro-assembler-mips.h | 59 Condition cond = cc_always, 62 Condition cond = cc_always, 65 Condition cond = cc_always, 68 Condition cond = cc_always, 71 Condition cond = cc_always, 74 Condition cond = cc_always, 77 Condition cond = cc_always, 80 Condition cond = cc_always, 82 void Ret(Condition cond = cc_always, 84 void Branch(Condition cond, int16_t offset, Register rs = zero_reg [all...] |
/external/bluetooth/glib/tests/ |
dirname-test.c | 37 #define TEST(m,cond) G_STMT_START { failed = !(cond); \ 40 g_print ("\n(%s:%d) failed for: %s\n", __FILE__, __LINE__, ( # cond )); \ 42 g_print ("\n(%s:%d) failed for: %s: (%s)\n", __FILE__, __LINE__, ( # cond ), (gchar*)m); \
|
relation-test.c | 37 #define TEST(m,cond) G_STMT_START { failed = !(cond); \ 40 g_print ("\n(%s:%d) failed for: %s\n", __FILE__, __LINE__, ( # cond )); \ 42 g_print ("\n(%s:%d) failed for: %s: (%s)\n", __FILE__, __LINE__, ( # cond ), (gchar*)m); \
|
/external/v8/test/cctest/ |
test-macro-assembler-x64.cc | 439 Condition cond; local 447 cond = masm->CheckSmi(rcx); 448 __ j(NegateCondition(cond), &exit); 452 cond = masm->CheckSmi(rcx); 453 __ j(cond, &exit); 458 cond = masm->CheckSmi(rcx); 459 __ j(NegateCondition(cond), &exit); 463 cond = masm->CheckSmi(rcx); 464 __ j(cond, &exit); 469 cond = masm->CheckSmi(rcx) [all...] |
/bionic/libc/bionic/ |
pthread.c | 53 #define __likely(cond) __builtin_expect(!!(cond), 1) 54 #define __unlikely(cond) __builtin_expect(!!(cond), 0) [all...] |
/external/bluetooth/bluez/src/ |
sdpd-server.c | 163 static gboolean io_session_event(GIOChannel *chan, GIOCondition cond, gpointer data) 169 if (cond & G_IO_NVAL) 174 if (cond & (G_IO_HUP | G_IO_ERR)) { 202 static gboolean io_accept_event(GIOChannel *chan, GIOCondition cond, gpointer data) 207 if (cond & (G_IO_HUP | G_IO_ERR | G_IO_NVAL)) {
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_mutex.h | 129 extern DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond *cond); 134 extern DECLSPEC int SDLCALL SDL_CondSignal(SDL_cond *cond); 139 extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond *cond); 146 extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond *cond, SDL_mutex *mut); 154 extern DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms);
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_mutex.h | 129 extern DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond *cond); 134 extern DECLSPEC int SDLCALL SDL_CondSignal(SDL_cond *cond); 139 extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond *cond); 146 extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond *cond, SDL_mutex *mut); 154 extern DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms);
|