Home
last modified time | relevance | path

Searched refs:current (Results 1 – 10 of 10) sorted by relevance

/bionic/libc/bionic/
D__cxa_thread_atexit_impl.cpp44 thread_local_dtor* current = thread->thread_local_dtors; in __cxa_thread_finalize() local
45 thread->thread_local_dtors = current->next; in __cxa_thread_finalize()
47 current->func(current->arg); in __cxa_thread_finalize()
48 delete current; in __cxa_thread_finalize()
Dsystem_properties.cpp425 prop_bt* current = bt; in find_prop_bt() local
427 if (!current) { in find_prop_bt()
431 const int ret = cmp_prop_name(name, namelen, current->name, current->namelen); in find_prop_bt()
433 return current; in find_prop_bt()
437 uint_least32_t left_offset = atomic_load_explicit(&current->left, memory_order_relaxed); in find_prop_bt()
439 current = to_prop_bt(&current->left); in find_prop_bt()
448 atomic_store_explicit(&current->left, new_offset, memory_order_release); in find_prop_bt()
453 … uint_least32_t right_offset = atomic_load_explicit(&current->right, memory_order_relaxed); in find_prop_bt()
455 current = to_prop_bt(&current->right); in find_prop_bt()
464 atomic_store_explicit(&current->right, new_offset, memory_order_release); in find_prop_bt()
[all …]
Difaddrs.cpp256 ifaddrs* current = list; in freeifaddrs() local
258 free(current); in freeifaddrs()
/bionic/libc/tools/
Dndk_missing_symbols.py35 current = symbols.GetFromAndroidSo(['libc.so', 'libm.so'])
40 missing_symbols = current - device
/bionic/linker/
Dlinker_allocator.cpp116 small_object_block_record* current = free_blocks_list_; in free_page() local
118 while (current != nullptr) { in free_page()
119 while (current->next > page_start && current->next < page_end) { in free_page()
120 current->next = current->next->next; in free_page()
123 current = current->next; in free_page()
/bionic/libc/arch-mips/bionic/
Dsetjmp.S216 LA a2, SC_MASK_OFFSET(a0) # gets current signal mask
219 jal sigprocmask # get current signal mask
/bionic/libc/arch-mips64/bionic/
Dsetjmp.S216 LA a2, SC_MASK_OFFSET(a0) # gets current signal mask
219 jal sigprocmask # get current signal mask
/bionic/libc/kernel/uapi/sound/
Dasoc.h24 #error This API is an early revision and not enabled in the current
/bionic/
DREADME.md118 # current upstream source in one of the upstream directories or by
/bionic/libc/
DNOTICE4595 http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man2/getentropy.2