Searched refs:thread_id_dir_str (Results 1 – 1 of 1) sorted by relevance
/external/libchrome/sandbox/linux/services/ |
D | thread_helpers.cc | 52 const std::string& thread_id_dir_str) { in IsThreadPresentInProcFS() argument 55 fstatat(proc_fd, thread_id_dir_str.c_str(), &task_stat, 0); in IsThreadPresentInProcFS() 64 const std::string& thread_id_dir_str) { in IsNotThreadPresentInProcFS() argument 65 return !IsThreadPresentInProcFS(proc_fd, thread_id_dir_str); in IsNotThreadPresentInProcFS() 130 const std::string thread_id_dir_str = in ChangeThreadStateAndWatchProcFS() local 135 DCHECK(IsThreadPresentInProcFS(proc_fd, thread_id_dir_str)); in ChangeThreadStateAndWatchProcFS() 143 cb = base::Bind(&IsNotThreadPresentInProcFS, proc_fd, thread_id_dir_str); in ChangeThreadStateAndWatchProcFS() 146 cb = base::Bind(&IsThreadPresentInProcFS, proc_fd, thread_id_dir_str); in ChangeThreadStateAndWatchProcFS() 152 IsThreadPresentInProcFS(proc_fd, thread_id_dir_str)); in ChangeThreadStateAndWatchProcFS()
|