Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/RcppParallel
/ functions
Functions
3,585 in github.com/RcppCore/RcppParallel
⨍
Functions
3,585
◇
Types & classes
1,050
↓ 1 callers
Method
swap
src/tbb/include/oneapi/tbb/detail/_node_handle.h:75
↓ 1 callers
Method
swap
src/tbb/include/oneapi/tbb/detail/_concurrent_unordered_base.h:388
↓ 1 callers
Function
swap_allocators_impl
src/tbb/include/oneapi/tbb/detail/_allocator_traits.h:88
↓ 1 callers
Function
swap_coroutine
src/tbb/src/tbb/co_context.h:237
↓ 1 callers
Method
swap_items
could be implemented with std::move semantics
src/tbb/include/oneapi/tbb/detail/_flow_graph_item_buffer_impl.h:174
↓ 1 callers
Method
table_clear
src/tbb/include/oneapi/tbb/enumerable_thread_specific.h:205
↓ 1 callers
Method
table_lookup
src/tbb/include/oneapi/tbb/enumerable_thread_specific.h:214
↓ 1 callers
Function
task_ptr_or_nullptr_impl
src/tbb/include/oneapi/tbb/task_group.h:107
↓ 1 callers
Function
tbbParallelFor
src/tbb.cpp:117
↓ 1 callers
Function
tbbParallelReduce
inst/include/RcppParallel/TBB.h:154
↓ 1 callers
Function
tbbParallelReduceImpl
src/tbb.cpp:228
↓ 1 callers
Method
terminate
Removes the reference to the internal arena representation. Not thread safe wrt concurrent invocations of other methods.
src/tbb/include/oneapi/tbb/task_arena.h:363
↓ 1 callers
Function
terminate_on_exception
src/tbb/src/tbb/global_control.cpp:186
↓ 1 callers
Method
threadDtorDone
src/tbb/src/tbbmalloc/frontend.cpp:1981
↓ 1 callers
Method
threadDtorStart
Suppose that 2*abs(skipDtor) or more threads never call threadDtorStart() simultaneously, so flag never becomes negative because of that. */
src/tbb/src/tbbmalloc/frontend.cpp:1972
↓ 1 callers
Method
traits
Returns the user visible context trait
src/tbb/include/oneapi/tbb/task_group.h:400
↓ 1 callers
Method
tryAddBlock
src/tbb/src/tbbmalloc/backend.cpp:517
↓ 1 callers
Function
try_consume
Consumes a reserved item
src/tbb/include/oneapi/tbb/flow_graph.h:766
↓ 1 callers
Method
try_consume
Consumes the reserved item
src/tbb/include/oneapi/tbb/flow_graph.h:246
↓ 1 callers
Method
try_consume
src/tbb/include/oneapi/tbb/detail/_flow_graph_cache_impl.h:235
↓ 1 callers
Method
try_destroy_client
src/tbb/src/tbb/threading_control.cpp:127
↓ 1 callers
Function
try_get
Request an item from the node
src/tbb/include/oneapi/tbb/flow_graph.h:709
↓ 1 callers
Method
try_insert_in_asleep_list
src/tbb/src/tbb/private_server.cpp:355
↓ 1 callers
Method
try_join
src/tbb/src/tbb/arena.cpp:393
↓ 1 callers
Method
try_notify_resume
src/tbb/src/tbb/scheduler_common.h:409
↓ 1 callers
Method
try_pop
Attempt to dequeue an item from head of queue. Does not wait for item to become available. Returns true if successful; false otherwise. */
src/tbb/include/oneapi/tbb/concurrent_queue.h:203
↓ 1 callers
Method
try_put
Put an item to the receiver
src/tbb/include/oneapi/tbb/flow_graph.h:295
↓ 1 callers
Method
try_put_and_add_task
src/tbb/include/oneapi/tbb/flow_graph.h:1710
↓ 1 callers
Method
try_put_impl
Implements gateway_type::try_put for an external activity to submit a message to FG
src/tbb/include/oneapi/tbb/flow_graph.h:3190
↓ 1 callers
Function
try_put_task
src/tbb/include/oneapi/tbb/flow_graph.h:1083
↓ 1 callers
Method
try_put_task
src/tbb/include/oneapi/tbb/detail/_flow_graph_join_impl.h:573
↓ 1 callers
Method
try_put_token
Put a token into the buffer. If task information was placed into buffer, returns true; otherwise returns false, informing the caller to create
src/tbb/src/tbb/parallel_pipeline.cpp:187
↓ 1 callers
Function
try_release
Release a reserved item. true = item has been released and so remains in sender, dest must request or reserve future items */
src/tbb/include/oneapi/tbb/flow_graph.h:756
↓ 1 callers
Method
try_release
Releases the reserved item
src/tbb/include/oneapi/tbb/flow_graph.h:243
↓ 1 callers
Method
try_release
src/tbb/include/oneapi/tbb/detail/_flow_graph_cache_impl.h:229
↓ 1 callers
Function
try_reserve
Reserves an item.
src/tbb/include/oneapi/tbb/flow_graph.h:727
↓ 1 callers
Method
try_reserve
Reserves an item in the sender
src/tbb/include/oneapi/tbb/flow_graph.h:236
↓ 1 callers
Function
try_reserve_apply_body
used by apply_body_bypass, can invoke body of node.
src/tbb/include/oneapi/tbb/flow_graph.h:818
↓ 1 callers
Method
try_set_next
src/tbb/include/oneapi/tbb/detail/_concurrent_unordered_base.h:154
↓ 1 callers
Method
try_to_spawn_task_for_next_token
src/tbb/src/tbb/parallel_pipeline.cpp:216
↓ 1 callers
Method
try_unregister_client
src/tbb/src/tbb/thread_dispatcher.cpp:62
↓ 1 callers
Method
unlink_node
Unsafe method, which unlinks the node between prev and next
src/tbb/include/oneapi/tbb/detail/_concurrent_unordered_base.h:1249
↓ 1 callers
Method
unlock
src/tbb/src/tbbmalloc/Synchronize.h:43
↓ 1 callers
Method
unregisterThread
src/tbb/src/tbbmalloc/frontend.cpp:673
↓ 1 callers
Method
unregister_and_destroy_client
src/tbb/src/tbb/market.cpp:57
↓ 1 callers
Method
unregister_public_reference
src/tbb/src/tbb/threading_control.cpp:305
↓ 1 callers
Method
unsafe_extract
src/tbb/include/oneapi/tbb/detail/_concurrent_skip_list.h:478
↓ 1 callers
Method
update
src/tbb/src/tbb/thread_request_serializer.cpp:29
↓ 1 callers
Method
update
src/tbb/src/tbbmalloc/large_objects.h:137
↓ 1 callers
Method
updateAgeThreshold
src/tbb/src/tbbmalloc/large_objects.h:230
↓ 1 callers
Method
updateBinsSummary
src/tbb/src/tbbmalloc/large_objects.h:205
↓ 1 callers
Method
updateCacheState
src/tbb/src/tbbmalloc/large_objects.cpp:851
↓ 1 callers
Method
updateCachedSize
src/tbb/src/tbbmalloc/large_objects.h:234
↓ 1 callers
Method
upgrade
Upgrade reader to become a writer. Returns whether the upgrade happened without releasing and re-acquiring the lock */
src/tbb/include/oneapi/tbb/rw_mutex.h:150
↓ 1 callers
Method
upgrade_to_writer
Upgrade reader to become a writer. Returns whether the upgrade happened without releasing and re-acquiring the lock */
src/tbb/include/oneapi/tbb/detail/_rtm_rw_mutex.h:173
↓ 1 callers
Method
upstream_resource
src/tbb/include/oneapi/tbb/cache_aligned_allocator.h:115
↓ 1 callers
Method
variant_is_default_constructed
src/tbb/include/oneapi/tbb/detail/_flow_graph_types_impl.h:381
↓ 1 callers
Method
verifyInitState
src/tbb/src/tbbmalloc/frontend.cpp:479
↓ 1 callers
Method
wait
src/tbb/src/tbb/concurrent_monitor.h:167
↓ 1 callers
Method
wait
src/tbb/src/tbbmalloc/backend.h:69
↓ 1 callers
Method
wait_ctx
src/tbb/src/tbb/waiters.h:163
↓ 1 callers
Method
wake_or_launch
src/tbb/src/tbb/private_server.cpp:284
↓ 1 callers
Function
weak_symbol_link
src/tbb/src/tbb/dynamic_link.cpp:349
↓ 1 callers
Method
work_balance
src/tbb/include/oneapi/tbb/partitioner.h:268
↓ 1 callers
Method
~base_filter
Destroy filter.
src/tbb/include/oneapi/tbb/detail/_pipeline_filters.h:104
↓ 1 callers
Method
~binary_semaphore
src/tbb/src/tbb/semaphore.cpp:79
↓ 1 callers
Method
~concurrent_monitor
src/tbb/src/tbb/concurrent_monitor.h:486
↓ 1 callers
Method
~control_storage
src/tbb/src/tbb/global_control.cpp:53
↓ 1 callers
Method
~cpu_ctl_env
src/tbb/include/oneapi/tbb/detail/_machine.h:330
↓ 1 callers
Method
~filter_node
src/tbb/include/oneapi/tbb/detail/_pipeline_filters.h:373
↓ 1 callers
Method
~global_control
src/tbb/include/oneapi/tbb/global_control.h:80
↓ 1 callers
Method
~input_buffer
Destroy the buffer.
src/tbb/src/tbb/parallel_pipeline.cpp:169
↓ 1 callers
Method
~numa_binding_observer
src/tbb/src/tbb/arena.cpp:53
↓ 1 callers
Method
~private_server
src/tbb/src/tbb/private_server.cpp:347
↓ 1 callers
Method
~scoped_lock
src/tbb/src/tbbmalloc/Synchronize.h:69
↓ 1 callers
Method
~semaphore
dtor
src/tbb/src/tbb/semaphore.h:134
↓ 1 callers
Method
~tcm_client
src/tbb/src/tbb/tcm_adaptor.cpp:102
↓ 1 callers
Method
~thread_data
src/tbb/src/tbb/thread_data.h:121
Method
AtomicBackoff
src/tbb/src/tbbmalloc/Synchronize.h:93
Function
AvailableHwConcurrency
src/tbb/src/tbb/misc_ex.cpp:197
Method
BackRefBlock
src/tbb/src/tbbmalloc/backref.cpp:41
Method
BackRefIdx
src/tbb/src/tbbmalloc/tbbmalloc_internal.h:320
Method
BinsSummary
src/tbb/src/tbbmalloc/large_objects.h:134
Function
BytecodesAreKnown
Check that we recognize bytecodes that should be replaced by trampolines. If some functions have unknown prologue patterns, replacement should not be
src/tbb/src/tbbmalloc_proxy/proxy.cpp:655
Method
CacheBinFunctor
src/tbb/src/tbbmalloc/large_objects.cpp:135
Method
CacheBinOperation
src/tbb/src/tbbmalloc/large_objects.cpp:193
Method
Column
inst/include/RcppParallel/RMatrix.h:162
Method
CopyTo
src/tbb/include/oneapi/tbb/detail/_flow_graph_types_impl.h:235
Method
CreateBuffer
src/tbb/src/tbbmalloc_proxy/function_replacement.cpp:147
Function
DllMain
src/tbb/src/tbb/main.cpp:132
Function
DllMain
src/tbb/src/tbbmalloc_proxy/proxy.cpp:771
Function
DllMain
src/tbb/src/tbbmalloc/tbbmalloc.cpp:77
Method
DoCleanup
src/tbb/include/oneapi/tbb/detail/_flow_graph_tagged_buffer_impl.h:140
Method
DoMallocReplacement
src/tbb/src/tbbmalloc_proxy/proxy_overload_osx.h:123
Method
ExecuteOperation
src/tbb/src/tbbmalloc/large_objects.cpp:446
Method
FastRandom
Construct a random number generator.
src/tbb/src/tbb/misc.h:153
Method
FixedSizeTimers
inst/include/RcppParallel/Timer.h:64
Method
FreeBlockPool
allocated in zero-initialized memory
src/tbb/src/tbbmalloc/frontend.cpp:556
Method
ITT_Guard
src/tbb/src/tbbmalloc/backend.cpp:291
Function
ITT_VERSIONIZE(ITT_JOIN(_N_(bind_context_metadata_to_counter),_init))
src/tbb/src/tbb/tools_api/ittnotify_static.c:949
← previous
next →
1,201–1,300 of 3,585, ranked by callers