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

  /external/libchrome/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc 41 bool IsSingleThreaded(int proc_fd) {
42 return ThreadHelpers::IsSingleThreaded(proc_fd);
171 if (IsSingleThreaded(proc_fd_.get())) {
  /external/libchrome/sandbox/linux/services/
thread_helpers.cc 109 return !ThreadHelpers::IsSingleThreaded(proc_fd);
160 bool ThreadHelpers::IsSingleThreaded(int proc_fd) {
166 bool ThreadHelpers::IsSingleThreaded() {
168 return IsSingleThreaded(task_fd.get());

Completed in 143 milliseconds