aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/ya.make
blob: 77ac7e427373e4d63c6a4bbd41946e73646cd52c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
RECURSE(
    algorithm 
    async_task_batch 
    async_task_batch/ut 
    atomic 
    atomic/ut 
    atomic_shared_ptr 
    atomic_shared_ptr/ut 
    blocking_counter 
    blocking_counter/ut 
    blocking_queue 
    cancellation
    chunk_queue 
    chunk_queue/ut 
    cron 
    cron/example 
    equeue 
    equeue/ut 
    fair_lock 
    fair_lock/ut 
    future 
    future/perf 
    future/subscription
    future/ut 
    hot_swap 
    hot_swap/ut 
    light_rw_lock 
    light_rw_lock/bench 
    light_rw_lock/ut 
    local_executor 
    local_executor/ut 
    mtp_tasks 
    mtp_tasks/ut 
    mux_event 
    mux_event/ut 
    named_lock 
    named_lock/ut 
    name_guard 
    name_guard/ut 
    periodically_updated 
    poor_man_openmp 
    poor_man_openmp/ut 
    queue 
    queue/ut 
    rcu 
    rcu/ut 
    serial_postprocess_queue 
    skip_list 
    skip_list/perf 
    skip_list/ut 
    synchronized 
    synchronized/ut 
    task_scheduler 
    task_scheduler/ut 
    thread_local 
    thread_local/benchmark 
    thread_local/ut 
    thread_namer 
    thread_namer/ut 
    ticket_lock 
    ticket_lock/ut 
    work_stealing 
    work_stealing/ut 
)