Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dpending_counts.h112 std::atomic<PackedCounts>* c_ptr = Packed(h); in set_initial_count()
137 std::atomic<PackedCounts>* c_ptr = Packed(h); in mark_started()
152 std::atomic<PackedCounts>* c_ptr = Packed(h); in mark_completed()
170 PackedCounts c = Packed(h)->load(std::memory_order_relaxed); in pending()
189 std::atomic<PackedCounts>* c_ptr = Packed(h); in decrement_pending()
208 std::atomic<PackedCounts>* c_ptr = Packed(h); in mark_live()
234 std::atomic<PackedCounts>* c_ptr = Packed(h); in increment_dead_count()
332 struct PackedCounts { struct
362 inline std::atomic<PackedCounts>* Packed(Handle h) { in Packed()
364 DCHECK_LE(h.byte_offset_ + sizeof(PackedCounts), num_bytes_); in Packed()
[all …]