Home
last modified time | relevance | path

Searched refs:pref (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/kernel/common/linux/
Dipv6_route.h32 #define RTF_PREF(pref) ((pref) << 27) argument
/bionic/libc/bionic/
Dpthread_internal.h38 struct pthread_internal_t** pref; member
Dpthread.c136 thread->next->pref = thread->pref; in _pthread_internal_remove_locked()
137 thread->pref[0] = thread->next; in _pthread_internal_remove_locked()
152 thread->pref = &gThreadList; in _pthread_internal_add()
153 thread->next = thread->pref[0]; in _pthread_internal_add()
155 thread->next->pref = &thread->next; in _pthread_internal_add()
156 thread->pref[0] = thread; in _pthread_internal_add()