MCPcopy Create free account

hub / github.com/RaftLib/RaftLib / functions

Functions462 in github.com/RaftLib/RaftLib

↓ 50 callersMethodpop
raftinc/fifo.hpp:323
↓ 43 callersMethodpush
raftinc/fifo.hpp:262
↓ 23 callersMethodbegin
src/port.cpp:99
↓ 22 callersMethodrecycle
* 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 callersMethodend
src/port.cpp:105
↓ 19 callersMethodsend
raftinc/splitmethod.hpp:44
↓ 17 callersMethodcount
src/port.cpp:111
↓ 11 callersMethodinsert
src/mapbase.cpp:93
↓ 11 callersMethodunlock
src/kernel.cpp:113
↓ 8 callersMethodhasPorts
src/port.cpp:93
↓ 7 callersMethodgetSrcSize
src/kernel_pair_t.cpp:31
↓ 7 callersMethodlink
raftinc/mapbase.hpp:80
↓ 7 callersMethodwhat
src/raftexception.cpp:42
↓ 6 callersMethodgetDstSize
src/kernel_pair_t.cpp:44
↓ 6 callersMethodgetFIFO
src/port_info.cpp:44
↓ 6 callersMethodinsert
raftinc/fifo.hpp:302
↓ 5 callersFunctionyield
* 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 callersMethodlock
src/kernel.cpp:106
↓ 4 callersMethodsetOoO
src/kpair.cpp:126
↓ 3 callersMethodallocate
src/allocate.cpp:82
↓ 3 callersMethodget
raftinc/splitmethod.hpp:92
↓ 3 callersMethodgetDst
src/kernel_pair_t.cpp:38
↓ 3 callersMethodsetCore
raftinc/kernel.hpp:180
↓ 2 callersMethodaddPort
src/kernel.cpp:48
↓ 2 callersMethodclone
* 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 callersMethodgetEnabledPort
src/kernel.cpp:120
↓ 2 callersMethodrun
src/stdalloc.cpp:40
↓ 2 callersMethodsetFIFO
src/port_info.cpp:60
↓ 2 callersMethodsetReady
src/allocate.cpp:51
↓ 2 callersMethodstart
src/noparallel.cpp:40
↓ 1 callersFunctionPointer
* Pointer - used to synchronize read and write * pointers for the ring buffer. This class encapsulates * wrapping. */
raftinc/pointer.hpp:42
↓ 1 callersFunctionThreadAccess
raftinc/threadaccess.hpp:51
↓ 1 callersMethodaddDst
src/kernel_pair_t.cpp:56
↓ 1 callersMethodaddHandler
src/systemsignalhandler.cpp:36
↓ 1 callersMethodaddSrc
src/kernel_pair_t.cpp:50
↓ 1 callersMethodallConnected
src/kernel.cpp:54
↓ 1 callersMethodcallHandler
src/systemsignalhandler.cpp:43
↓ 1 callersMethodclearSrc
src/kernel_pair_t.cpp:62
↓ 1 callersMethodgetCoreAssignment
raftinc/kernel.hpp:122
↓ 1 callersMethodhandleSchedule
src/poolschedule.cpp:61
↓ 1 callersMethodinitialize
src/allocate.cpp:57
↓ 1 callersMethodjoin
src/mapbase.cpp:64
↓ 1 callersMethodprint
testsuite/peekrange.cpp:14
↓ 1 callersMethodscheduleKernel
* 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 callersMethodsetInPeekSet
src/fifo.cpp:53
↓ 1 callersMethodsetOutPeekSet
src/fifo.cpp:60
↓ 1 callersMethodsetPtrMap
src/fifo.cpp:39
↓ 1 callersMethodsetPtrSet
src/fifo.cpp:46
↓ 1 callersMethodwaitTillReady
src/allocate.cpp:45
MethodA
examples/simple/poc.cpp:22
MethodA
testsuite/noPortException.cpp:32
MethodAllocate
src/allocate.cpp:30
MethodB
examples/simple/poc.cpp:54
MethodBFS
src/graphtools.cpp:37
MethodBlocked
src/blocked.cpp:22
MethodC
examples/simple/poc.cpp:85
MethodC
testsuite/noPortException.cpp:63
FunctionCountSetBits
Helper function to count set bits in the processor mask.
helpers/cache_info/cacheinfo.cpp:46
MethodFIFO
* FIFO - default constructor for base class for * all subsequent ringbuffers. */
raftinc/fifo.hpp:61
MethodGenerate
testsuite/bracketsTest.cpp:12
MethodGraphTools
raftinc/graphtools.hpp:59
MethodKernelException
src/kernelexception.cpp:6
MethodKernelExceptionBase
raftinc/kernelexception.hpp:38
MethodLocalData
src/partition_scotch.cpp:60
MethodMapBase
src/mapbase.cpp:36
MethodMapException
src/mapexception.cpp:23
MethodMapExceptionBase
raftinc/mapexception.hpp:39
MethodMult
examples/general/multiply/multapp.cpp:13
MethodNoSignalHandlerFoundException
src/systemsignalhandler.cpp:24
MethodPairBase
raftinc/kpair.hpp:38
MethodPointer
src/pointer.cpp:25
MethodPort
src/port.cpp:33
MethodPortBase
raftinc/portbase.hpp:31
MethodPortException
src/portexception.cpp:24
MethodPortExceptionBase
raftinc/portexception.hpp:36
MethodPortInfo
src/port_info.cpp:3
MethodPortIterator
src/portiterator.cpp:25
MethodRaftException
src/raftexception.cpp:26
MethodSchedule
src/schedule.cpp:9
MethodSignal
src/signal.cpp:24
MethodSignalData
raftinc/signaldata.hpp:40
MethodSum
examples/general/sum/sumapp.cpp:17
MethodSum
testsuite/peek.cpp:16
MethodSum
testsuite/fixedAllocate.cpp:13
MethodSum
testsuite/disconnectedGraph.cpp:19
MethodSum
testsuite/portTypeException.cpp:15
MethodSum
testsuite/allocate.cpp:13
MethodSystemSignalHandler
raftinc/systemsignalhandler.hpp:49
MethodTemplateRaftException
raftinc/raftexception.hpp:47
Method__BFS
src/graphtools.cpp:94
Method__DFS
src/graphtools.cpp:190
Method__printClassName
src/common.cpp:5
MethodaddInPlacePorts
raftinc/port.hpp:162
MethodaddPort
raftinc/port.hpp:146
MethodaddPortTo
raftinc/parallelk.hpp:50
Methodadd_port
raftinc/port.hpp:67
Methodadd_port
raftinc/port.hpp:82
Methodadd_port
raftinc/port.hpp:244
Methodallocate_range
raftinc/fifo.hpp:222
Methodallocate_s
raftinc/fifo.hpp:157
next →1–100 of 462, ranked by callers