Home
last modified time | relevance | path

Searched refs:IsThreadPresentInProcFS (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/sandbox/linux/services/
Dthread_helpers.cc51 bool IsThreadPresentInProcFS(int proc_fd, in IsThreadPresentInProcFS() function
65 return !IsThreadPresentInProcFS(proc_fd, thread_id_dir_str); in IsNotThreadPresentInProcFS()
135 DCHECK(IsThreadPresentInProcFS(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()