Home
last modified time | relevance | path

Searched refs:old (Results 1 – 11 of 11) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/isc/
Dev_streams.c158 evStream *old = id.opaque; in evCancelRW() local
169 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 …]
Deventlib_p.h278 evWait *evFreeWait(evContext_p *ctx, evWait *old);
/bionic/libc/arch-arm/bionic/
Datomics_arm.c61 __atomic_cmpxchg(int old, int _new, volatile int *ptr) in __atomic_cmpxchg() argument
64 return __sync_val_compare_and_swap(ptr, old, _new) != old; in __atomic_cmpxchg()
/bionic/tests/
Dlocale_test.cpp114 locale_t old = uselocale(n); in TEST() local
115 EXPECT_TRUE(old == original); in TEST()
/bionic/libc/kernel/uapi/linux/
Duinput.h29 struct ff_effect old; member
/bionic/benchmarks/
DAndroid.bp94 // performance of the old release's libc, and a static benchmark isn't
/bionic/libc/malloc_debug/
DREADME_marshmallow_and_earlier.md15 On these old versions of the OS, you must be able to set system properties
DREADME.md328 new\_pointer = realloc(old\_pointer, size)
330 **THREAD\_ID**: realloc new\_pointer old\_pointer size
/bionic/tests/libs/
DAndroid.bp1515 // 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).
/bionic/docs/
Dstatus.md285 old lookup only held the global thread list lock for the duration of
323 bug we found that existing code relied on the old behavior. To preserve
/bionic/
Dandroid-changes-for-ndk-developers.md22 * Below the affected API level we'll preserve the old behavior or issue
127 library so that old code gets the old version and new code gets the new