Searched refs:thread_counter (Results 1 – 2 of 2) sorted by relevance
28 __device__ int thread_counter; variable48 auto old_counter_value = atomicAdd(&thread_counter, 1); in FillKernel()76 cudaMemcpyToSymbol(thread_counter, &zero, sizeof(int)); in operator ()()
24 static std::atomic<uint32> thread_counter(1); // avoid kUntracedActivity variable26 const thread_local static uint32 thread_id = thread_counter.fetch_add(1); in NewActivityId()