aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/executor.cc
Commit message (Collapse)AuthorAge
* Store schedulers_ and vtables_ in a 2D arrayGravatar Sree Kuchibhotla2018-07-17
|
* Fix tsan issueGravatar Sree Kuchibhotla2018-07-16
|
* resolver and default executorsGravatar Sree Kuchibhotla2018-07-13
|
* Handle multiple invocations of grpc_executor_shutdown()Gravatar Sree Kuchibhotla2018-07-12
|
* replace new/delete with grpc_core::New and grpc_core::DeleteGravatar Sree Kuchibhotla2018-07-11
|
* use a global executor pointer that is initialized by grpc_executor_init()Gravatar Sree Kuchibhotla2018-07-11
|
* Create on first use pattern for initializing global executorGravatar Sree Kuchibhotla2018-07-11
|
* remove unnecessary headerGravatar Sree Kuchibhotla2018-07-11
|
* More PR comments; useful tracingGravatar Sree Kuchibhotla2018-07-11
|
* Rename grpc_executor_job_type to C++ style nameGravatar Sree Kuchibhotla2018-07-10
|
* more code review commentsGravatar Sree Kuchibhotla2018-07-10
|
* Fix typoGravatar Sree Kuchibhotla2018-07-10
|
* address code review comemntsGravatar Sree Kuchibhotla2018-07-10
|
* Move executor implementation into GrpcExecutor classGravatar Sree Kuchibhotla2018-07-09
|
* ChangesGravatar kpayson642018-06-20
|
* Change trace logging to use GPR_INFO instead of GPR_DEBUG.Gravatar Mark D. Roth2018-04-25
|
* Move assignment for Thread, make destructor optional, loop cv waitsGravatar Vijay Pai2018-03-01
|
* Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-24
|\
| * Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
| |
* | clang-fmtGravatar Vijay Pai2018-02-19
| |
* | C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
| |
* | Remove support for detached threads. All threads must be joined.Gravatar Vijay Pai2018-02-15
|/
* Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
|
* Manually fix build issueGravatar Noah Eisen2018-02-09
|
* 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
|
* Fix executor tsan bugGravatar ncteisen2017-12-14
|
* Merge branch 'master' into cv-wait-monotonicGravatar Sree Kuchibhotla2017-12-08
|\
| * Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | | | | | removed""
| * Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
| |
| * Merge pull request #13058 from yashykt/execctxGravatar Yash Tibrewal2017-12-05
| |\ | | | | | | All instances of exec_ctx being passed around in src/core removed
* | | Change the code to use MONOTONIC clocks when calling gpr_cv_wait (condition ↵Gravatar Sree Kuchibhotla2017-12-04
| | | | | | | | | | | | varialbes in linux support MONOTONIC clock type)
| * | Fix up review commentsGravatar Dave MacLachlan2017-11-30
| | |
| | * Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
| | |
| * | Add thread naming support on platforms that support it.Gravatar Dave MacLachlan2017-11-29
|/ / | | | | | | | | | | | | | | As a client of grpc I want to be aware of which threads are being created by grpc, and giving them recognizable names makes it significantly easier to diagnose what is going on in my programs. This provides thread names for macOS and Linux. Adding support for other platforms should be easy for platform specialists.
| * Merge masterGravatar Yash Tibrewal2017-11-21
| |\ | |/ |/|
| * Merge masterGravatar Yash Tibrewal2017-11-16
| |\
| * | Maintain exec_ctx flags initialization as it was beforeGravatar Yash Tibrewal2017-11-14
| | |
| * | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵Gravatar Yash Tibrewal2017-11-14
| | | | | | | | | | | | ExecCtx and some minor changes
| * | Address some PR commentsGravatar Yash Tibrewal2017-11-14
| | |
* | | Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar Noah Eisen2017-11-13
|\ \ \ | | |/ | |/|
* | | Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar ncteisen2017-11-10
|\ \ \ | | | | | | | | | | | | Lot's of manual work to make this merge work
| | | * Correction to closure.cc,bm_chttp2_hpack and few moreGravatar Yash Tibrewal2017-11-10
| | | |
| | * | s/NULL/nullptrGravatar Craig Tiller2017-11-10
| |/ /
| | * Merge with masterGravatar Yash Tibrewal2017-11-09
| | |\ | | |/ | |/|
| * | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | |