Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_create.cpp358 static const bool pac_supported = getauxval(AT_HWCAP) & HWCAP_PACA; in __pthread_start() local
359 if (pac_supported && android_get_application_target_sdk_version() >= __ANDROID_API_S__) { in __pthread_start()