Searched defs:tid_ul (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dlinux_util.cc268 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);

Completed in 103 milliseconds