aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/gpr/mpscq.h
Commit message (Collapse)AuthorAge
* Use union to make alignement robust.Gravatar Soheil Hassas Yeganeh2018-10-19
| | | | Suggested-by: vjpai@google.com
* Do not waste cache lines with unnecessary paddings.Gravatar Soheil Hassas Yeganeh2018-10-19
| | | | | | Make sure paddings are GPR_CACHELINE_SIZE minus the size of fields in that cache line. Otherwise, we will waste an additional cache line for no good reason.
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
|
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18