MCPcopy Create free account

hub / github.com/David-Haim/concurrencpp / functions

Functions1,148 in github.com/David-Haim/concurrencpp

Methodenqueue_foreign
source/executors/worker_thread_executor.cpp:104
Methodenqueue_impl
source/executors/thread_executor.cpp:17
Methodenqueue_local
source/executors/worker_thread_executor.cpp:88
Methodensure_worker_active
source/executors/thread_pool_executor.cpp:382
Methodensure_worker_thread
source/timers/timer_queue.cpp:254
Functionexample_job
example/8_when_any/source/main.cpp:9
Functionexample_job
example/7_when_all/source/main.cpp:9
Methodexceptional
test/include/utils/test_generators.h:126
Methodexecute_destroy
source/task.cpp:38
Methodexecute_destroy
include/concurrencpp/task.h:147
Methodexecute_destroy_allocated
include/concurrencpp/task.h:75
Methodexecute_destroy_inline
include/concurrencpp/task.h:69
Methodexecutor_shutdowner
test/include/utils/executor_shutdowner.h:10
Functionexpired
include/concurrencpp/timers/timer.h:45
Methodfinal_suspend
test/source/tests/task_tests.cpp:133
Methodfinal_suspend
include/concurrencpp/results/promises.h:89
Methodfinal_suspend
include/concurrencpp/results/promises.h:128
Methodfinal_suspend
include/concurrencpp/results/impl/lazy_result_state.h:56
Methodfinal_suspend
include/concurrencpp/results/impl/generator_state.h:27
Methodfunctor
test/source/tests/task_tests.cpp:434
Methodfunctor_with_unique_ptr
test/source/tests/task_tests.cpp:106
Functiong_test_function
test/source/tests/task_tests.cpp:97
Methodgenerator
include/concurrencpp/results/generator.h:21
Methodgenerator_iterator
include/concurrencpp/results/impl/generator_state.h:76
Methodget
include/concurrencpp/results/impl/result_state.h:160
Methodget
include/concurrencpp/results/impl/lazy_result_state.h:65
Methodget
include/concurrencpp/results/impl/producer_context.h:66
Methodget
include/concurrencpp/results/impl/producer_context.h:130
Methodget
include/concurrencpp/results/impl/shared_result_state.h:84
Methodget_current_virtual_id
source/threads/thread.cpp:30
Functionget_deadline
include/concurrencpp/timers/timer.h:49
Methodget_destruction_count
test/source/utils/object_observer.cpp:20
Functionget_due_time
include/concurrencpp/timers/timer.h:57
Methodget_execution_count
test/source/utils/object_observer.cpp:25
Methodget_execution_map
test/source/utils/object_observer.cpp:30
Functionget_executor
include/concurrencpp/timers/timer.h:65
Functionget_frequency
include/concurrencpp/timers/timer.h:53
Methodget_id
source/threads/thread.cpp:26
Methodget_ref
include/concurrencpp/results/impl/producer_context.h:134
Methodget_return_object
test/source/tests/task_tests.cpp:125
Methodget_return_object
include/concurrencpp/results/promises.h:85
Methodget_return_object
include/concurrencpp/results/promises.h:120
Methodget_return_object
include/concurrencpp/results/impl/lazy_result_state.h:43
Methodget_return_object
include/concurrencpp/results/impl/generator_state.h:19
Methodget_state
include/concurrencpp/results/impl/shared_result_state.h:15
Functionget_timer_queue
include/concurrencpp/timers/timer.h:69
Methodhardware_concurrency
source/threads/thread.cpp:42
Methodidle_worker_set
source/executors/thread_pool_executor.cpp:88
Methodinitial_suspend
test/source/tests/task_tests.cpp:129
Methodinitial_suspend
include/concurrencpp/results/promises.h:73
Methodinitial_suspend
include/concurrencpp/results/promises.h:79
Methodinitial_suspend
include/concurrencpp/results/impl/lazy_result_state.h:52
Methodinitial_suspend
include/concurrencpp/results/impl/generator_state.h:23
Methodinitialy_rescheduled_promise
include/concurrencpp/results/promises.h:36
Methodinlinable
test/source/tests/task_tests.cpp:60
Methodinline_ptr
include/concurrencpp/task.h:46
Methodinner_task
test/source/tests/result_tests/shared_result_await_tests.cpp:119
Methodinner_task
test/source/tests/result_tests/shared_result_await_tests.cpp:161
Methodinner_task
test/source/tests/result_tests/shared_result_resolve_tests.cpp:89
Methodinner_task
test/source/tests/result_tests/shared_result_resolve_tests.cpp:126
Methodinterval_ok
test/source/tests/timer_tests/timer_tests.cpp:259
Methodis_inlinable
include/concurrencpp/task.h:123
Functionis_oneshot
include/concurrencpp/timers/timer.h:61
Methodlazy_awaitable
include/concurrencpp/results/lazy_result_awaitable.h:14
Methodlazy_recursive_coroutine
test/source/tests/coroutine_tests/coroutine_tests.cpp:147
Methodlazy_resolve_awaitable
include/concurrencpp/results/lazy_result_awaitable.h:46
Methodlazy_result
include/concurrencpp/results/lazy_result.h:28
Functionlazy_result<void> await_impl
include/concurrencpp/threads/async_condition_variable.h:37
Methodloop_impl
source/executors/manual_executor.cpp:47
Functionloop_once_until
include/concurrencpp/executors/manual_executor.h:60
Functionloop_until
include/concurrencpp/executors/manual_executor.h:68
Methodloop_until_impl
source/executors/manual_executor.cpp:83
Functionmain
example/1_hello_world/source/main.cpp:4
Functionmain
example/11_oneshot_timer/source/main.cpp:7
Functionmain
example/12_delay_object/source/main.cpp:19
Functionmain
example/8_when_any/source/main.cpp:40
Functionmain
example/13_generator/source/main.cpp:39
Functionmain
example/3_async_file_processing/source/main.cpp:68
Functionmain
example/4_async_file_processing_version_2/source/main.cpp:62
Functionmain
example/2_concurrent_even_number_counting/source/main.cpp:50
Functionmain
example/9_result_promise/source/main.cpp:8
Functionmain
example/7_when_all/source/main.cpp:33
Functionmain
example/10_regular_timer/source/main.cpp:7
Functionmain
example/6_manual_executor/source/main.cpp:6
Functionmain
example/5_prime_number_finder/source/main.cpp:75
Functionmain
sandbox/main.cpp:5
Functionmain
test/source/tests/runtime_tests.cpp:125
Functionmain
test/source/tests/async_condition_variable_tests.cpp:225
Functionmain
test/source/tests/scoped_async_lock_tests.cpp:300
Functionmain
test/source/tests/async_lock_tests.cpp:239
Functionmain
test/source/tests/task_tests.cpp:657
Functionmain
test/source/tests/executor_tests/thread_pool_executor_tests.cpp:568
Functionmain
test/source/tests/executor_tests/manual_executor_tests.cpp:1530
Functionmain
test/source/tests/executor_tests/thread_executor_tests.cpp:389
Functionmain
test/source/tests/executor_tests/inline_executor_tests.cpp:340
Functionmain
test/source/tests/executor_tests/worker_thread_executor_tests.cpp:379
Functionmain
test/source/tests/result_tests/lazy_result_tests.cpp:494
Functionmain
test/source/tests/result_tests/result_resolve_await_tests.cpp:255
Functionmain
test/source/tests/result_tests/make_result_tests.cpp:66
Functionmain
test/source/tests/result_tests/generator_tests.cpp:284
← previousnext →401–500 of 1,148, ranked by callers