aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/timer_generic.cc
Commit message (Expand)AuthorAge
* Clean some timer codeGravatar Juanli Shen2018-10-01
* Set a minimum bound of 1 for the number of timer shards.Gravatar Soheil Hassas Yeganeh2018-09-25
* Increase the maximum number of timer shards to 32.Gravatar Soheil Hassas Yeganeh2018-09-25
* fix formatGravatar Sree Kuchibhotla2018-07-11
* Minor bug in timer code during shutdownGravatar Sree Kuchibhotla2018-06-19
* Fix format specifierGravatar Sree Kuchibhotla2018-05-15
* Fix static_cast errorsGravatar Sree Kuchibhotla2018-05-11
* Merge branch 'master' into fix-timeGravatar Sree Kuchibhotla2018-05-08
|\
* | Correct typecastsGravatar Sree Kuchibhotla2018-05-08
| * Change trace logging to use GPR_INFO instead of GPR_DEBUG.Gravatar Mark D. Roth2018-04-25
* | Modify commentsGravatar Sree Kuchibhotla2018-04-11
* | Merge branch 'master' into fix-timeGravatar Sree Kuchibhotla2018-04-11
|\|
* | Keep things simple. Remove gpr_atm64Gravatar Sree Kuchibhotla2018-04-11
* | Change shared_mutables.min_timer to gpr_atm64 (Forgot to do this previously)Gravatar Sree Kuchibhotla2018-04-11
* | use threadlocal variable optimization only on 64 bit machinesGravatar Sree Kuchibhotla2018-04-10
* | 64-bit atomic operationsGravatar Sree Kuchibhotla2018-04-10
* | Fix grpc_millis type (timers are broken on 32-bit systems otherwise)Gravatar Sree Kuchibhotla2018-04-02
| * Fix missing mutex destructionGravatar Ara Ayvazyan2018-03-29
|/
* Abstract libuv implementationGravatar kpayson642018-03-13
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
* Run clang fmtGravatar Noah Eisen2018-02-09
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
* Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\
* | Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
| * Privatize thread-local storage headersGravatar Vijay Pai2018-01-25
|/
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
* Revert "Revert "All instances of exec_ctx being passed around in src/core rem...Gravatar Yash Tibrewal2017-12-06
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
* Merge masterGravatar Yash Tibrewal2017-11-21
|\
* \ Merge masterGravatar Yash Tibrewal2017-11-16
|\ \
* | | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCt...Gravatar Yash Tibrewal2017-11-14
| | * Fix merge of timer_genericGravatar ncteisen2017-11-14
| | * Reviewer commentsGravatar Noah Eisen2017-11-14
* | | Address some PR commentsGravatar Yash Tibrewal2017-11-14
| * | Merge github.com:grpc/grpc into lfe3Gravatar Craig Tiller2017-11-10
| |\ \
* | \ \ Merge masterGravatar Yash Tibrewal2017-11-10
|\ \ \ \ | | |/ / | |/| |
| | | * Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar ncteisen2017-11-10
| | | |\
| | * | | s/NULL/nullptrGravatar Craig Tiller2017-11-10
| | | |/ | | |/|
* | | | Merge with masterGravatar Yash Tibrewal2017-11-09
|\ \ \ \ | | |/ / | |/| |
| | * | Merge github.com:grpc/grpc into shardierGravatar Craig Tiller2017-11-06
| | |\ \ | | |/ / | |/| |
| * | | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
* | | | Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
|/ / /
| | * Better nameGravatar Craig Tiller2017-10-18
| | * clang-formatGravatar Craig Tiller2017-10-16
| | * C++ize tracingGravatar Craig Tiller2017-10-16
| |/ |/|
| * Merge github.com:grpc/grpc into shardierGravatar Craig Tiller2017-10-12
|/
* Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-05
* Windows build errorsGravatar Yash Tibrewal2017-10-02
* Removing more build errorsGravatar Yash Tibrewal2017-10-02
* Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02