Home | History | Annotate | Download | only in unittest

Lines Matching defs:STATIC

55 static CondVar CV;
56 static int COND = 0;
220 static pthread_once_t once = PTHREAD_ONCE_INIT;
249 static int STATIC;
267 STATIC++;
305 ANNOTATE_EXPECT_RACE(&STATIC, "real race on a static global object");
323 CHECK(STATIC <= 3);
840 static void EnableSigprof(Sigaction SignalHandler) {
859 static void DisableSigprof() {
933 static void WaitTestSignalHandler(int, siginfo_t*, void*) {