Home
last modified time | relevance | path

Searched defs:fncall (Results 1 – 7 of 7) sorted by relevance

/external/ceres-solver/internal/ceres/
Dmutex.h229 #define CERES_SAFE_PTHREAD(fncall) do { /* run fncall if is_safe_ is true */ \ argument
251 #define CERES_SAFE_PTHREAD(fncall) do { /* run fncall if is_safe_ is true */ \ argument
/external/chromium_org/third_party/re2/util/
Dmutex.h110 #define SAFE_PTHREAD(fncall) do { if ((fncall) != 0) abort(); } while (0) argument
125 #define SAFE_PTHREAD(fncall) do { if ((fncall) != 0) abort(); } while (0) argument
/external/regex-re2/util/
Dmutex.h106 #define SAFE_PTHREAD(fncall) do { if ((fncall) != 0) abort(); } while (0) argument
121 #define SAFE_PTHREAD(fncall) do { if ((fncall) != 0) abort(); } while (0) argument
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Dsimple_mutex.h236 #define SAFE_PTHREAD(fncall) do { /* run fncall if is_safe_ is true */ \ argument
259 #define SAFE_PTHREAD(fncall) do { /* run fncall if is_safe_ is true */ \ argument
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Dsimple_mutex.h236 #define SAFE_PTHREAD(fncall) do { /* run fncall if is_safe_ is true */ \ argument
259 #define SAFE_PTHREAD(fncall) do { /* run fncall if is_safe_ is true */ \ argument
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
Dtestutil.cc162 #define SAFE_PTHREAD(fncall) do { if ((fncall) != 0) abort(); } while (0) argument
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
Dtestutil.cc162 #define SAFE_PTHREAD(fncall) do { if ((fncall) != 0) abort(); } while (0) argument