Searched refs:ThreadType (Results 1 – 7 of 7) sorted by relevance
197 Err(_) => self.attach_current_thread_impl(ThreadType::Normal), in attach_current_thread_permanently()218 let env = self.attach_current_thread_impl(ThreadType::Normal)?; in attach_current_thread()252 Err(_) => self.attach_current_thread_impl(ThreadType::Daemon), in attach_current_thread_as_daemon()277 fn attach_current_thread_impl(&self, thread_type: ThreadType) -> Result<JNIEnv> { in attach_current_thread_impl()280 if thread_type == ThreadType::Daemon { in attach_current_thread_impl()343 enum ThreadType { enum
27 enum ThreadType { enum82 optional ThreadType thread_type = 1;
113 protos::pbzero::ChromeThreadDescriptor::ThreadType type;
259 enum ThreadType { enum
1077 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() typedef1080 std::unique_ptr<ThreadType> counting_threads[kThreadCount]; in TEST()1085 counting_threads[i].reset(new ThreadType(&CountingThreadFunc, in TEST()
1073 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() typedef1076 std::unique_ptr<ThreadType> counting_threads[kThreadCount]; in TEST()1081 counting_threads[i].reset(new ThreadType(&CountingThreadFunc, in TEST()
9814 enum ThreadType { enum9869 optional ThreadType thread_type = 1;