Merge pull request #10194 from ctiller/atomic-timers
Track milliseconds since process start in timer heap
No related branches found
No related tags found
Showing
- doc/environment_variables.md 1 addition, 0 deletionsdoc/environment_variables.md
- include/grpc/impl/codegen/atm_gcc_atomic.h 1 addition, 0 deletionsinclude/grpc/impl/codegen/atm_gcc_atomic.h
- include/grpc/impl/codegen/atm_gcc_sync.h 1 addition, 0 deletionsinclude/grpc/impl/codegen/atm_gcc_sync.h
- include/grpc/impl/codegen/atm_windows.h 1 addition, 0 deletionsinclude/grpc/impl/codegen/atm_windows.h
- include/grpc/impl/codegen/port_platform.h 2 additions, 0 deletionsinclude/grpc/impl/codegen/port_platform.h
- include/grpc/support/tls.h 1 addition, 1 deletioninclude/grpc/support/tls.h
- src/core/lib/iomgr/ev_epoll_linux.c 4 additions, 1 deletionsrc/core/lib/iomgr/ev_epoll_linux.c
- src/core/lib/iomgr/ev_poll_posix.c 2 additions, 0 deletionssrc/core/lib/iomgr/ev_poll_posix.c
- src/core/lib/iomgr/timer.h 3 additions, 0 deletionssrc/core/lib/iomgr/timer.h
- src/core/lib/iomgr/timer_generic.c 252 additions, 68 deletionssrc/core/lib/iomgr/timer_generic.c
- src/core/lib/iomgr/timer_generic.h 1 addition, 1 deletionsrc/core/lib/iomgr/timer_generic.h
- src/core/lib/iomgr/timer_heap.c 8 additions, 8 deletionssrc/core/lib/iomgr/timer_heap.c
- test/core/end2end/tests/max_connection_age.c 1 addition, 1 deletiontest/core/end2end/tests/max_connection_age.c
- test/core/end2end/tests/max_connection_idle.c 2 additions, 2 deletionstest/core/end2end/tests/max_connection_idle.c
- test/core/iomgr/timer_heap_test.c 6 additions, 15 deletionstest/core/iomgr/timer_heap_test.c
- test/core/iomgr/timer_list_test.c 13 additions, 3 deletionstest/core/iomgr/timer_list_test.c
Loading
Please register or sign in to comment