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

  /external/v8/src/
platform-macos.cc 76 static const pthread_t kNoThread = (pthread_t) 0;
373 case ThreadHandle::INVALID: thread_ = kNoThread; break;
402 return data_->thread_ != kNoThread;
platform-openbsd.cc 62 static const pthread_t kNoThread = (pthread_t) 0;
345 case ThreadHandle::INVALID: thread_ = kNoThread; break;
373 return data_->thread_ != kNoThread;
platform-solaris.cc 62 static const pthread_t kNoThread = (pthread_t) 0;
319 case ThreadHandle::INVALID: thread_ = kNoThread; break;
348 return data_->thread_ != kNoThread;
platform-freebsd.cc 63 static const pthread_t kNoThread = (pthread_t) 0;
372 case ThreadHandle::INVALID: thread_ = kNoThread; break;
400 return data_->thread_ != kNoThread;
platform-linux.cc 68 static const pthread_t kNoThread = (pthread_t) 0;
465 case ThreadHandle::INVALID: thread_ = kNoThread; break;
494 return data_->thread_ != kNoThread;
platform-win32.cc     [all...]

Completed in 56 milliseconds