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

  /external/chromium_org/v8/src/
platform-posix.cc 56 static const pthread_t kNoThread = (pthread_t) 0;
470 PlatformData() : thread_(kNoThread) {}
526 ASSERT(thread->data()->thread_ != kNoThread);
558 ASSERT(data_->thread_ != kNoThread);
platform-qnx.cc 42 static const pthread_t kNoThread = (pthread_t) 0;
platform-win32.cc     [all...]

Completed in 44 milliseconds