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

  /external/chromium/base/metrics/
stats_table.h 71 // need to be unique. It will be truncated to kMaxThreadNameLength-1
122 static const int kMaxThreadNameLength = 32;
  /external/v8/src/
platform.h 495 static const int kMaxThreadNameLength = 16;
505 char name_[kMaxThreadNameLength];

Completed in 55 milliseconds