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

  /external/chromium/base/
linux_util.cc 268 const unsigned long int tid_ul = strtoul(dent->d_name, &endptr, 10); local
269 if (tid_ul == ULONG_MAX || *endptr)
271 tids.push_back(tid_ul);
  /external/chromium_org/base/
linux_util.cc 273 const unsigned long int tid_ul = strtoul(dent->d_name, &endptr, 10); local
274 if (tid_ul == ULONG_MAX || *endptr)
276 tids.push_back(tid_ul);

Completed in 80 milliseconds