Home
last modified time | relevance | path

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

/external/rust/crates/jni/tests/
Dexecutor.rs35 assert_eq!(1, atomic.increment_and_get().unwrap()); in test_single_thread()
44 assert_eq!(1, atomic.increment_and_get().unwrap()); in test_serialized_threads()
65 atomic.increment_and_get().unwrap(); in test_concurrent_threads()
/external/rust/crates/jni/tests/util/
Dexample_proxy.rs37 pub fn increment_and_get(&mut self) -> Result<jint> { in increment_and_get() method
/external/tensorflow/tensorflow/python/eager/
Dcontext.py364 def increment_and_get(self): member in _AtomicCounter
439 self._id = _context_id_counter.increment_and_get()