aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading
Commit message (Collapse)AuthorAgeFilesLines
* Y_FAIL->Y_ABORT at '^li'ilnurkh2023-10-171-2/+2
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Y_VERIFY->Y_ABORT_UNLESS at ^lilnurkh2023-10-093-3/+3
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Fix input variable missprintsvidyuk2023-08-304-0/+24
|
* All .ll files support in LLVM_BCsvidyuk2023-08-304-24/+0
|
* YT-19210: expose YQL shared library for YT.max422023-07-2924-0/+810
| | | | After this, a new target libyqlplugin.so appears. in open-source cmake build. Diff in open-source YDB repo looks like the following: https://paste.yandex-team.ru/f302bdb4-7ef2-4362-91c7-6ca45f329264
* Intermediate changesrobot-piglet2023-07-286-20/+321
|
* revert rXXXXXX (see discusstion in pr), will commit again more pci-dss ↵kulikov2023-07-2717-530/+20
| | | | friendly way
* try to get rid of locks and allocations for elastic queue thread poolkulikov2023-07-2117-20/+530
| | | | | | | | | In case of heavy load and high rps current thread pool implementation seems to have problems at least with contention on lock inside condvar (long futex wait calls from http server listener thread), so try to implement something more efficient: - replace condvar with TEventCounter implementation without internal lock (pthread condvar maintains waiters wakeup order, thread pool doesn't need it); - introduce well-known bounded mpmc queue over ring buffer; - get rid of TDecrementingWrapper; - add options to turn on new pool in library/cpp/http/server and search/daemons (will remove after adoption); - make elastic queue ut check both versions; - workaround problems with android/arm build targets.
* Make retry settings configurablessmike2023-07-076-0/+92
|
* Revert "YT-19324: move YT provider to ydb/library/yql"max422023-06-308-486/+0
| | | | This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.
* YT-19324: move YT provider to ydb/library/yqlmax422023-06-308-0/+486
| | | | | | | | | | | | | | This commit is formed by the following script: https://paste.yandex-team.ru/6f92e4b8-efc5-4d34-948b-15ee2accd7e7/text. This commit has zero effect on all projects that depend on YQL. The summary of changes: - `yql/providers/yt -> ydb/library/yql/providers/yt `- the whole implementation of YT provider is moved into YDB code base for further export as a part of YT YQL plugin shared library; - `yql/providers/stat/{expr_nodes,uploader} -> ydb/library/yql/providers/stat/{expr_nodes,uploader}` - a small interface without implementation and the description of stat expr nodes; - `yql/core/extract_predicate/ut -> ydb/library/yql/core/extract_predicate/ut`; - `yql/core/{ut,ut_common} -> ydb/library/yql/core/{ut,ut_common}`; - `yql/core` is gone; - `yql/library/url_preprocessing -> ydb/library/yql/core/url_preprocessing`. **NB**: all new targets inside `ydb/` are under `IF (NOT CMAKE_EXPORT)` clause which disables them from open-source cmake generation and ya make build. They will be enabled in the subsequent commits.
* [begemot] arm32 support: enable atomic instrinsics /gluk472023-06-221-1/+1
|
* add ymake export to ydbalexv-smirnov2023-06-1327-0/+343
|
* Remove extra semicolon (library)bulatman2023-06-104-10/+3
|
* Intermediate changesrobot-piglet2023-05-301-47/+121
|
* Fix library -Wunused-but-set-variablelurid2023-04-261-1/+1
|
* External build system generator release 29robot-ya-builder2023-04-1910-10/+10
| | | Update tools: yexport
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-2827-343/+0
|
* External build system generator release 21robot-ya-builder2023-03-1710-30/+30
| | | Update tools: yexport
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-1527-0/+343
|
* Intermediate changesrobot-piglet2023-03-0920-0/+213
|
* Intermediate changesrobot-piglet2023-03-0730-20/+20
|
* External build system generator release 17robot-ya-builder2023-03-0610-10/+10
| | | Update tools: yexport
* Intermediate changesrobot-piglet2023-02-0730-69/+69
|
* Intermediate changesrobot-piglet2023-02-0730-69/+69
|
* External build system generator release 12robot-ya-builder2023-01-3110-10/+10
| | | Update tools: yexport
* External build system generator release 8robot-ya-builder2023-01-1741-41/+41
| | | Update tools: yexport
* Sync linux-headers instead of using system onesthegeorg2022-12-1540-113/+669
|
* remove kikimr/driver DEPENDSqrort2022-12-025-379/+0
|
* validate canons without yatest_commonqrort2022-11-305-0/+379
|
* [vcs][library][ydb] move TAsyncSemaphore from ydb/library to ↵tldr2022-10-055-0/+317
| | | | | library/cpp/threading Потребовалось для
* Update external build system generation utilityrobot-ya-builder2022-09-011-0/+18
| | | | * [cmake] Hierarchical add_subdirectroy structure * [cmake] Support for same file compilation multiple times with different flags
* fix ya.makemonster2022-07-0726-1897/+617
|
* IGNIETFERRO-1105 Add missing PEERDIRs for deprecated atomiceeight2022-06-168-0/+8
| | | | ref:7ff80f9897aa27d91ceddb2dbeca2adad400038d
* intermediate changesarcadia-devtools2022-06-102-0/+4
| | | | ref:737aa123095c71808f1dcf45b0d817cc4920fe97
* intermediate changesarcadia-devtools2022-06-0713-13/+13
| | | | ref:ef90b2b7f42604225d9ae8f4f0af73614761b65f
* library: Flatten RECURSEs in threading and string_utils (plus a bit)thegeorg2022-06-011-0/+17
| | | | ref:3934a44b97bc723b4d2e7fe840465e2ab1843aaf
* Adapt ya.make files for pigletthegeorg2022-05-251-0/+17
| | | | ref:1150fa0022f08fae0f90854f77582952fc7df292
* intermediate changesarcadia-devtools2022-05-131-1/+1
| | | | ref:1c9de0624395f09c68379be8d3baac9ee51920f3
* intermediate changesarcadia-devtools2022-05-041-14/+14
| | | | ref:115e672de37d161b50b84f729a9688ac62d77601
* Move 'kikimr/yndx'-depending tests out of ydb/corekomels2022-04-151-17/+0
| | | | ref:0a380e13308d579e0545a76924330d1ca5129c43
* Final part on compatibility layer: LOGBROKER-7215komels2022-04-141-0/+17
| | | | ref:777c67aadbf705d19034a09a792b2df61ba53697
* intermediate changesarcadia-devtools2022-04-022-14/+22
| | | | ref:4f6264c5be27540a15fdefdc0e4084f35b9f7f44
* intermediate changesarcadia-devtools2022-03-1527-424/+0
| | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
* intermediate changesarcadia-devtools2022-03-011-0/+17
| | | | ref:1bd5d52142d3b1cd797d1dcc1dc7c82ea4a091be
* Improve SystemCommand check in YDB CLI, KIKIMR-14321pnv12022-03-017-0/+63
| | | | ref:fe5ed49138dce046a93c364cc8879fad3abf3eef
* intermediate changesarcadia-devtools2022-02-242-0/+8
| | | | ref:70ac1bca1acbb458c863fb4686263967ea009057
* intermediate changesarcadia-devtools2022-02-187-0/+70
| | | | ref:1a0585d83f27cb6fb5b9c4f68a08177e10faf3b3
* Restoring authorship annotation for <alipov@yandex-team.ru>. Commit 2 of 2.alipov2022-02-101-1/+1
|
* Restoring authorship annotation for <alipov@yandex-team.ru>. Commit 1 of 2.alipov2022-02-101-1/+1
|