HomeSort by relevance Sort by last modified time
    Searched refs:self_ (Results 1 - 2 of 2) sorted by null

  /external/embunit/src/
TestCase.c 40 static TestCase* self_; variable
55 TestCase* ws = self_; /*push*/
57 self_ = self;
60 self_ = ws; /*pop*/
81 TestResult_addFailure(result_, (Test*)self_, (char*)msg, line, (char*)file);
  /external/v8/test/cctest/
test-log.cc 178 self_ = pthread_self();
182 void SendSigProf() { pthread_kill(self_, SIGPROF); }
202 pthread_t self_;

Completed in 88 milliseconds