Make s_numberOfSessions Volatile as advertisement to other devs that the data is...
authorJosé Rivero <jorive@microsoft.com>
Tue, 25 Jun 2019 03:31:14 +0000 (20:31 -0700)
committerGitHub <noreply@github.com>
Tue, 25 Jun 2019 03:31:14 +0000 (20:31 -0700)
commit46b22d8706a17d48de1259b3cd75a55903bd2dfd
tree4825e2591938e85643722f41ab58279acb2e9496
parent56bc2579ee99fed75681f80aaae232efe990c94b
Make s_numberOfSessions Volatile as advertisement to other devs that the data is being used across multiple threads and a portion of that usage is lock-free (#25366)
src/vm/eventpipe.cpp
src/vm/eventpipe.h