Loading include/arch/linux-arm/AndroidConfig.h +8 −1 Original line number Original line Diff line number Diff line Loading @@ -42,9 +42,16 @@ #define HAVE_PTHREADS #define HAVE_PTHREADS /* /* * Do we have the futex syscall? * Do we have pthread_setname_np()? * * (HAVE_PTHREAD_SETNAME_NP is used by WebKit to enable a function with * the same name but different parameters, so we can't use that here.) */ */ #define HAVE_ANDROID_PTHREAD_SETNAME_NP /* * Do we have the futex syscall? */ #define HAVE_FUTEX #define HAVE_FUTEX /* /* Loading include/arch/linux-sh/AndroidConfig.h +8 −1 Original line number Original line Diff line number Diff line Loading @@ -42,9 +42,16 @@ #define HAVE_PTHREADS #define HAVE_PTHREADS /* /* * Do we have the futex syscall? * Do we have pthread_setname_np()? * * (HAVE_PTHREAD_SETNAME_NP is used by WebKit to enable a function with * the same name but different parameters, so we can't use that here.) */ */ #define HAVE_ANDROID_PTHREAD_SETNAME_NP /* * Do we have the futex syscall? */ #define HAVE_FUTEX #define HAVE_FUTEX /* /* Loading include/arch/target_linux-x86/AndroidConfig.h +8 −1 Original line number Original line Diff line number Diff line Loading @@ -28,9 +28,16 @@ #define HAVE_PTHREADS #define HAVE_PTHREADS /* /* * Do we have the futex syscall? * Do we have pthread_setname_np()? * * (HAVE_PTHREAD_SETNAME_NP is used by WebKit to enable a function with * the same name but different parameters, so we can't use that here.) */ */ #define HAVE_ANDROID_PTHREAD_SETNAME_NP /* * Do we have the futex syscall? */ #define HAVE_FUTEX #define HAVE_FUTEX /* /* Loading Loading
include/arch/linux-arm/AndroidConfig.h +8 −1 Original line number Original line Diff line number Diff line Loading @@ -42,9 +42,16 @@ #define HAVE_PTHREADS #define HAVE_PTHREADS /* /* * Do we have the futex syscall? * Do we have pthread_setname_np()? * * (HAVE_PTHREAD_SETNAME_NP is used by WebKit to enable a function with * the same name but different parameters, so we can't use that here.) */ */ #define HAVE_ANDROID_PTHREAD_SETNAME_NP /* * Do we have the futex syscall? */ #define HAVE_FUTEX #define HAVE_FUTEX /* /* Loading
include/arch/linux-sh/AndroidConfig.h +8 −1 Original line number Original line Diff line number Diff line Loading @@ -42,9 +42,16 @@ #define HAVE_PTHREADS #define HAVE_PTHREADS /* /* * Do we have the futex syscall? * Do we have pthread_setname_np()? * * (HAVE_PTHREAD_SETNAME_NP is used by WebKit to enable a function with * the same name but different parameters, so we can't use that here.) */ */ #define HAVE_ANDROID_PTHREAD_SETNAME_NP /* * Do we have the futex syscall? */ #define HAVE_FUTEX #define HAVE_FUTEX /* /* Loading
include/arch/target_linux-x86/AndroidConfig.h +8 −1 Original line number Original line Diff line number Diff line Loading @@ -28,9 +28,16 @@ #define HAVE_PTHREADS #define HAVE_PTHREADS /* /* * Do we have the futex syscall? * Do we have pthread_setname_np()? * * (HAVE_PTHREAD_SETNAME_NP is used by WebKit to enable a function with * the same name but different parameters, so we can't use that here.) */ */ #define HAVE_ANDROID_PTHREAD_SETNAME_NP /* * Do we have the futex syscall? */ #define HAVE_FUTEX #define HAVE_FUTEX /* /* Loading