Searched refs:pref (Results 1 – 3 of 3) sorted by relevance
32 #define RTF_PREF(pref) ((pref) << 27) argument
38 struct pthread_internal_t** pref; member
136 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()