Searched refs:have_futex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dspinlock_linux-inl.h44 static bool have_futex; variable
55 have_futex = 0;
57 have_futex = (sizeof (Atomic32) == sizeof (int) &&
60 if (have_futex &&
78 if (have_futex) {
83 if (have_futex) {
96 if (have_futex) {
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dspinlock_linux-inl.h55 static bool have_futex; variable
66 have_futex = 0;
68 have_futex = (sizeof (Atomic32) == sizeof (int) &&
71 if (have_futex &&
89 if (have_futex) {
107 if (have_futex) {

Completed in 292 milliseconds