Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RaftLib/RaftLib
/ functions
Functions
462 in github.com/RaftLib/RaftLib
⨍
Functions
462
◇
Types & classes
199
↓ 50 callers
Method
pop
raftinc/fifo.hpp:323
↓ 43 callers
Method
push
raftinc/fifo.hpp:262
↓ 23 callers
Method
begin
src/port.cpp:99
↓ 22 callers
Method
recycle
* recycle - so you want to ignore some items from the * input stream without ever even looking at them, then * this is the function for you. I
raftinc/fifo.hpp:450
↓ 21 callers
Method
end
src/port.cpp:105
↓ 19 callers
Method
send
raftinc/splitmethod.hpp:44
↓ 17 callers
Method
count
src/port.cpp:111
↓ 11 callers
Method
insert
src/mapbase.cpp:93
↓ 11 callers
Method
unlock
src/kernel.cpp:113
↓ 8 callers
Method
hasPorts
src/port.cpp:93
↓ 7 callers
Method
getSrcSize
src/kernel_pair_t.cpp:31
↓ 7 callers
Method
link
raftinc/mapbase.hpp:80
↓ 7 callers
Method
what
src/raftexception.cpp:42
↓ 6 callers
Method
getDstSize
src/kernel_pair_t.cpp:44
↓ 6 callers
Method
getFIFO
src/port_info.cpp:44
↓ 6 callers
Method
insert
raftinc/fifo.hpp:302
↓ 5 callers
Function
yield
* yield - generic yield function for whatever the underlying * implementation is, could be qthreads, a process, or a thread * but it'll call the rig
raftinc/sysschedutil.hpp:39
↓ 4 callers
Method
lock
src/kernel.cpp:106
↓ 4 callers
Method
setOoO
src/kpair.cpp:126
↓ 3 callers
Method
allocate
src/allocate.cpp:82
↓ 3 callers
Method
get
raftinc/splitmethod.hpp:92
↓ 3 callers
Method
getDst
src/kernel_pair_t.cpp:38
↓ 3 callers
Method
setCore
raftinc/kernel.hpp:180
↓ 2 callers
Method
addPort
src/kernel.cpp:48
↓ 2 callers
Method
clone
* clone - used for parallelization of kernels, if necessary * sub-kernels should include an appropriate copy * constructor so all class memb
raftinc/kernel.hpp:105
↓ 2 callers
Method
getEnabledPort
src/kernel.cpp:120
↓ 2 callers
Method
run
src/stdalloc.cpp:40
↓ 2 callers
Method
setFIFO
src/port_info.cpp:60
↓ 2 callers
Method
setReady
src/allocate.cpp:51
↓ 2 callers
Method
start
src/noparallel.cpp:40
↓ 1 callers
Function
Pointer
* Pointer - used to synchronize read and write * pointers for the ring buffer. This class encapsulates * wrapping. */
raftinc/pointer.hpp:42
↓ 1 callers
Function
ThreadAccess
raftinc/threadaccess.hpp:51
↓ 1 callers
Method
addDst
src/kernel_pair_t.cpp:56
↓ 1 callers
Method
addHandler
src/systemsignalhandler.cpp:36
↓ 1 callers
Method
addSrc
src/kernel_pair_t.cpp:50
↓ 1 callers
Method
allConnected
src/kernel.cpp:54
↓ 1 callers
Method
callHandler
src/systemsignalhandler.cpp:43
↓ 1 callers
Method
clearSrc
src/kernel_pair_t.cpp:62
↓ 1 callers
Method
getCoreAssignment
raftinc/kernel.hpp:122
↓ 1 callers
Method
handleSchedule
src/poolschedule.cpp:61
↓ 1 callers
Method
initialize
src/allocate.cpp:57
↓ 1 callers
Method
join
src/mapbase.cpp:64
↓ 1 callers
Method
print
testsuite/peekrange.cpp:14
↓ 1 callers
Method
scheduleKernel
* NOTE: if you add code here, make sure you go back to the * "updateKernels" function in the mapbase.hpp file to update * that code as well, much is
src/schedule.cpp:101
↓ 1 callers
Method
setInPeekSet
src/fifo.cpp:53
↓ 1 callers
Method
setOutPeekSet
src/fifo.cpp:60
↓ 1 callers
Method
setPtrMap
src/fifo.cpp:39
↓ 1 callers
Method
setPtrSet
src/fifo.cpp:46
↓ 1 callers
Method
waitTillReady
src/allocate.cpp:45
Method
A
examples/simple/poc.cpp:22
Method
A
testsuite/noPortException.cpp:32
Method
Allocate
src/allocate.cpp:30
Method
B
examples/simple/poc.cpp:54
Method
BFS
src/graphtools.cpp:37
Method
Blocked
src/blocked.cpp:22
Method
C
examples/simple/poc.cpp:85
Method
C
testsuite/noPortException.cpp:63
Function
CountSetBits
Helper function to count set bits in the processor mask.
helpers/cache_info/cacheinfo.cpp:46
Method
FIFO
* FIFO - default constructor for base class for * all subsequent ringbuffers. */
raftinc/fifo.hpp:61
Method
Generate
testsuite/bracketsTest.cpp:12
Method
GraphTools
raftinc/graphtools.hpp:59
Method
KernelException
src/kernelexception.cpp:6
Method
KernelExceptionBase
raftinc/kernelexception.hpp:38
Method
LocalData
src/partition_scotch.cpp:60
Method
MapBase
src/mapbase.cpp:36
Method
MapException
src/mapexception.cpp:23
Method
MapExceptionBase
raftinc/mapexception.hpp:39
Method
Mult
examples/general/multiply/multapp.cpp:13
Method
NoSignalHandlerFoundException
src/systemsignalhandler.cpp:24
Method
PairBase
raftinc/kpair.hpp:38
Method
Pointer
src/pointer.cpp:25
Method
Port
src/port.cpp:33
Method
PortBase
raftinc/portbase.hpp:31
Method
PortException
src/portexception.cpp:24
Method
PortExceptionBase
raftinc/portexception.hpp:36
Method
PortInfo
src/port_info.cpp:3
Method
PortIterator
src/portiterator.cpp:25
Method
RaftException
src/raftexception.cpp:26
Method
Schedule
src/schedule.cpp:9
Method
Signal
src/signal.cpp:24
Method
SignalData
raftinc/signaldata.hpp:40
Method
Sum
examples/general/sum/sumapp.cpp:17
Method
Sum
testsuite/peek.cpp:16
Method
Sum
testsuite/fixedAllocate.cpp:13
Method
Sum
testsuite/disconnectedGraph.cpp:19
Method
Sum
testsuite/portTypeException.cpp:15
Method
Sum
testsuite/allocate.cpp:13
Method
SystemSignalHandler
raftinc/systemsignalhandler.hpp:49
Method
TemplateRaftException
raftinc/raftexception.hpp:47
Method
__BFS
src/graphtools.cpp:94
Method
__DFS
src/graphtools.cpp:190
Method
__printClassName
src/common.cpp:5
Method
addInPlacePorts
raftinc/port.hpp:162
Method
addPort
raftinc/port.hpp:146
Method
addPortTo
raftinc/parallelk.hpp:50
Method
add_port
raftinc/port.hpp:67
Method
add_port
raftinc/port.hpp:82
Method
add_port
raftinc/port.hpp:244
Method
allocate_range
raftinc/fifo.hpp:222
Method
allocate_s
raftinc/fifo.hpp:157
next →
1–100 of 462, ranked by callers