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

  /hardware/ril/mock-ril/src/cpp/
worker.h 37 * pthread_cond_wait(&cond_, &mutex_);
57 pthread_cond_t cond_; member in class:WorkerThread
  /external/v8/src/
ast.h 355 : IterationStatement(labels), cond_(NULL), condition_position_(-1) {
360 cond_ = cond;
365 Expression* cond() const { return cond_; }
373 Expression* cond_; member in class:v8::internal::DoWhileStatement
382 cond_(NULL),
388 cond_ = cond;
393 Expression* cond() const { return cond_; }
399 Expression* cond_; member in class:v8::internal::WhileStatement
412 cond_(NULL),
423 cond_ = cond
438 Expression* cond_; member in class:v8::internal::ForStatement
    [all...]

Completed in 444 milliseconds