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

  /external/v8/src/base/platform/
platform-posix.cc 68 const pthread_t kNoThread = (pthread_t) 0;
528 PlatformData() : thread_(kNoThread) {}
584 DCHECK(thread->data()->thread_ != kNoThread);
623 DCHECK(data_->thread_ != kNoThread);
platform-qnx.cc 42 static const pthread_t kNoThread = (pthread_t) 0;
platform-win32.cc     [all...]

Completed in 40 milliseconds