Searched refs:tid_ul (Results 1 – 1 of 1) sorted by relevance
150 const unsigned long int tid_ul = strtoul(dent->d_name, &endptr, 10); in FindThreadIDWithSyscall() local151 if (tid_ul == ULONG_MAX || *endptr) in FindThreadIDWithSyscall()153 tids.push_back(tid_ul); in FindThreadIDWithSyscall()