Searched refs:old (Results 1 – 11 of 11) sorted by relevance
158 evStream *old = id.opaque; in evCancelRW() local169 if (old->prev != NULL) in evCancelRW()170 old->prev->next = old->next; in evCancelRW()172 ctx->streams = old->next; in evCancelRW()173 if (old->next != NULL) in evCancelRW()174 old->next->prev = old->prev; in evCancelRW()180 if (old->prevDone == NULL && old->nextDone == NULL) { in evCancelRW()186 if (ctx->strDone == old) { in evCancelRW()191 if (old->prevDone != NULL) in evCancelRW()192 old->prevDone->nextDone = old->nextDone; in evCancelRW()[all …]
278 evWait *evFreeWait(evContext_p *ctx, evWait *old);
61 __atomic_cmpxchg(int old, int _new, volatile int *ptr) in __atomic_cmpxchg() argument64 return __sync_val_compare_and_swap(ptr, old, _new) != old; in __atomic_cmpxchg()
114 locale_t old = uselocale(n); in TEST() local115 EXPECT_TRUE(old == original); in TEST()
29 struct ff_effect old; member
94 // performance of the old release's libc, and a static benchmark isn't
15 On these old versions of the OS, you must be able to set system properties
328 new\_pointer = realloc(old\_pointer, size)330 **THREAD\_ID**: realloc new\_pointer old\_pointer size
1515 // and both the old and new SHT_RELR constants.1530 // only supports the old numbers (http://b/141010852).1548 // This is the old relocation packer encoding (DT_ANDROID_REL/DT_ANDROID_RELA).
285 old lookup only held the global thread list lock for the duration of323 bug we found that existing code relied on the old behavior. To preserve
22 * Below the affected API level we'll preserve the old behavior or issue127 library so that old code gets the old version and new code gets the new