Home
last modified time | relevance | path

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

/external/rust/crates/jni/src/wrapper/java_vm/
Dvm.rs197 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
/external/perfetto/protos/perfetto/trace/track_event/
Dchrome_thread_descriptor.proto27 enum ThreadType { enum
82 optional ThreadType thread_type = 1;
/external/perfetto/src/trace_processor/importers/proto/
Dchrome_string_lookup.cc113 protos::pbzero::ChromeThreadDescriptor::ThreadType type;
/external/stressapptest/src/
Dsat.h259 enum ThreadType { enum
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-port-test.cc1077 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() typedef
1080 std::unique_ptr<ThreadType> counting_threads[kThreadCount]; in TEST()
1085 counting_threads[i].reset(new ThreadType(&CountingThreadFunc, in TEST()
/external/googletest/googletest/test/
Dgoogletest-port-test.cc1073 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() typedef
1076 std::unique_ptr<ThreadType> counting_threads[kThreadCount]; in TEST()
1081 counting_threads[i].reset(new ThreadType(&CountingThreadFunc, in TEST()
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto9814 enum ThreadType { enum
9869 optional ThreadType thread_type = 1;