Searched refs:bytraceId (Results 1 – 2 of 2) sorted by relevance
32 static std::atomic<int32_t> bytraceId = 1000; variable125 sendRequestParam->traceId = bytraceId.fetch_add(1, std::memory_order_seq_cst); in SendRequestAsync()173 sendRequestParam->traceId = bytraceId.fetch_add(1, std::memory_order_seq_cst); in SendRequestPromise()
53 static std::atomic<int32_t> bytraceId = 1000; variable1161 sendRequestParam->traceId = bytraceId.fetch_add(1, std::memory_order_seq_cst); in StubSendRequestAsync()1206 sendRequestParam->traceId = bytraceId.fetch_add(1, std::memory_order_seq_cst); in StubSendRequestPromise()