Searched defs:fncall (Results 1 – 7 of 7) sorted by relevance
229 #define CERES_SAFE_PTHREAD(fncall) do { /* run fncall if is_safe_ is true */ \ argument251 #define CERES_SAFE_PTHREAD(fncall) do { /* run fncall if is_safe_ is true */ \ argument
110 #define SAFE_PTHREAD(fncall) do { if ((fncall) != 0) abort(); } while (0) argument125 #define SAFE_PTHREAD(fncall) do { if ((fncall) != 0) abort(); } while (0) argument
106 #define SAFE_PTHREAD(fncall) do { if ((fncall) != 0) abort(); } while (0) argument121 #define SAFE_PTHREAD(fncall) do { if ((fncall) != 0) abort(); } while (0) argument
236 #define SAFE_PTHREAD(fncall) do { /* run fncall if is_safe_ is true */ \ argument259 #define SAFE_PTHREAD(fncall) do { /* run fncall if is_safe_ is true */ \ argument
162 #define SAFE_PTHREAD(fncall) do { if ((fncall) != 0) abort(); } while (0) argument