Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChunelFeng/CGraph
/ functions
Functions
823 in github.com/ChunelFeng/CGraph
⨍
Functions
823
◇
Types & classes
145
↓ 2 callers
Function
setName
src/CBasic/CDescInfo.h:51
↓ 2 callers
Function
setSchedParam
* 设置线程优先级,仅针对非windows平台使用 */
src/UtilsCtrl/ThreadPool/Thread/UThreadBase.h:172
↓ 2 callers
Method
setThreshold
src/GraphCtrl/GraphStage/GStage.cpp:27
↓ 2 callers
Method
setup
src/GraphCtrl/GraphElement/GElementRepository.cpp:36
↓ 2 callers
Function
stealTask
* 从其他线程窃取一个任务 * @param task * @return */
src/UtilsCtrl/ThreadPool/Thread/UThreadPrimary.h:187
↓ 2 callers
Method
suspend
src/GraphCtrl/GraphPipeline/GPipeline.cpp:187
↓ 2 callers
Function
trim
* 针对图结构,做剪裁 * @param elements * @return */
src/GraphCtrl/GraphElement/_GOptimizer/GTrimOptimizer.h:26
↓ 2 callers
Method
trim
src/GraphCtrl/GraphPipeline/GPipeline.cpp:267
↓ 2 callers
Method
waitGElements
src/GraphCtrl/GraphElement/GAdapter/GFence/GFence.cpp:30
↓ 2 callers
Function
waitRunTask
* 有等待的执行任务 * @param ms * @return * @notice 目的是降低cpu的占用率 */
src/UtilsCtrl/ThreadPool/Thread/UThreadSecondary.h:95
↓ 1 callers
Function
UTaskGroup
src/UtilsCtrl/ThreadPool/Task/UTaskGroup.h:29
↓ 1 callers
Method
__has_4py
src/GraphCtrl/GraphParam/GParamManager.cpp:140
↓ 1 callers
Method
__remove_4py
src/GraphCtrl/GraphParam/GParamManager.cpp:126
↓ 1 callers
Method
add
src/GraphCtrl/GraphAspect/GAspectManager.cpp:68
↓ 1 callers
Method
add
src/GraphCtrl/GraphElement/GElementManager.cpp:65
↓ 1 callers
Method
addBacktrace
src/GraphCtrl/GraphParam/GParam.cpp:26
↓ 1 callers
Method
addElement
src/GraphCtrl/GraphElement/GGroup/GGroup.cpp:45
↓ 1 callers
Method
addElementInfo
src/GraphCtrl/GraphElement/GElement.cpp:178
↓ 1 callers
Method
addManagers
src/GraphCtrl/GraphElement/GElement.cpp:193
↓ 1 callers
Function
asyncNotify
* 异步触发一个事件 * @param key * @param type * @return */
src/GraphCtrl/GraphEvent/GEventManagerWrapper.h:49
↓ 1 callers
Method
asyncTrigger
src/GraphCtrl/GraphEvent/GEventManager.cpp:58
↓ 1 callers
Method
asyncWait
src/GraphCtrl/GraphEvent/GEvent.cpp:85
↓ 1 callers
Function
async_pipeline_1
(pipeline: GPipeline)
python/tutorial/T07-MultiPipeline.py:15
↓ 1 callers
Function
async_pipeline_1
tutorial/T07-MultiPipeline.cpp:14
↓ 1 callers
Function
async_pipeline_2
(pipeline: GPipeline)
python/tutorial/T07-MultiPipeline.py:26
↓ 1 callers
Function
async_pipeline_2
tutorial/T07-MultiPipeline.cpp:26
↓ 1 callers
Function
async_pipeline_3
tutorial/T07-MultiPipeline.cpp:37
↓ 1 callers
Method
beginDestroy
python/wrapper/PywGAspect.h:38
↓ 1 callers
Method
beginInit
python/wrapper/PywGAspect.h:22
↓ 1 callers
Method
beginRun
example/E02-MockGUI.cpp:55
↓ 1 callers
Function
buildStealTargets
* 构造 steal 范围的 target,避免每次盗取的时候,重复计算 * @return */
src/UtilsCtrl/ThreadPool/Thread/UThreadPrimary.h:247
↓ 1 callers
Function
build_pipeline
example/E05-HttpServer.cpp:63
↓ 1 callers
Function
calcMaxCliqueSize
* 计算当前最大团的大小 * @param graph * @return */
src/GraphCtrl/GraphElement/_GOptimizer/GMaxParaOptimizer.h:55
↓ 1 callers
Method
calcMaxParaSize
src/GraphCtrl/GraphElement/GElementManager.cpp:132
↓ 1 callers
Function
calcPriority
src/UtilsCtrl/ThreadPool/Thread/UThreadBase.h:236
↓ 1 callers
Function
calcShape
* 分析当前的element的形状 * @param elements * @return */
src/GraphCtrl/GraphElement/_GEngine/GEngine.h:37
↓ 1 callers
Method
call
src/UtilsCtrl/ThreadPool/Task/UTask.h:32
↓ 1 callers
Method
checkSuitable
src/GraphCtrl/GraphElement/GElement.cpp:567
↓ 1 callers
Method
choose
python/wrapper/PywGCondition.h:24
↓ 1 callers
Function
clear
* 清空所有内部信息 * @return */
src/UtilsCtrl/Container/USerialUniqueArray.h:50
↓ 1 callers
Method
clear
src/GraphCtrl/GraphParam/GParamManager.cpp:48
↓ 1 callers
Method
clear
src/GraphCtrl/GraphElement/GElementManager.cpp:92
↓ 1 callers
Function
d_function_init
(d: GFunction)
python/tutorial/T12-Function.py:23
↓ 1 callers
Function
d_function_run
(d: GFunction, num: int)
python/tutorial/T12-Function.py:27
↓ 1 callers
Function
destroy
src/UtilsCtrl/ThreadPool/Thread/UThreadBase.h:39
↓ 1 callers
Method
destroy
python/wrapper/PywGNode.h:44
↓ 1 callers
Method
destroy
src/GraphCtrl/GraphParam/GParamManager.cpp:38
↓ 1 callers
Method
destroy
src/GraphCtrl/GraphDaemon/GDaemon.cpp:24
↓ 1 callers
Method
destroy
src/GraphCtrl/GraphDaemon/GDaemonManager.cpp:29
↓ 1 callers
Method
destroy
src/UtilsCtrl/ThreadPool/UThreadPool.cpp:141
↓ 1 callers
Method
dump
src/GraphCtrl/GraphElement/GElement.cpp:375
↓ 1 callers
Method
enterCrashed
src/GraphCtrl/GraphAspect/GAspect.cpp:40
↓ 1 callers
Method
enterTimeout
src/GraphCtrl/GraphAspect/GAspect.cpp:44
↓ 1 callers
Function
example_auto_pilot
example/E01-AutoPilot.cpp:135
↓ 1 callers
Function
example_http_server
example/E05-HttpServer.cpp:92
↓ 1 callers
Function
example_map_reduce
example/E04-MapReduce.cpp:83
↓ 1 callers
Function
example_mock_gui
example/E02-MockGUI.cpp:87
↓ 1 callers
Function
example_third_flow
example/E03-ThirdFlow.cpp:101
↓ 1 callers
Method
fatDestroy
src/GraphCtrl/GraphEvent/GEvent.cpp:33
↓ 1 callers
Method
fatInit
src/GraphCtrl/GraphEvent/GEvent.cpp:23
↓ 1 callers
Method
fetchAll
src/GraphCtrl/GraphElement/GElementRepository.cpp:80
↓ 1 callers
Method
finishDestroy
src/GraphCtrl/GraphAspect/GAspect.cpp:36
↓ 1 callers
Method
finishInit
src/GraphCtrl/GraphAspect/GAspect.cpp:11
↓ 1 callers
Method
finishRun
src/GraphCtrl/GraphAspect/GAspect.cpp:27
↓ 1 callers
Function
generate
* 构建随机二维向量 * @param data * @param height * @param column * @param minValue * @param maxValue * @return */
src/UtilsCtrl/Random/URandom.h:57
↓ 1 callers
Method
getBindingIndex
src/GraphCtrl/GraphElement/GElement.cpp:484
↓ 1 callers
Method
getCurState
src/GraphCtrl/GraphElement/GElement.cpp:469
↓ 1 callers
Method
getKey
src/GraphCtrl/GraphParam/GParam.cpp:51
↓ 1 callers
Method
getKeys
src/GraphCtrl/GraphParam/GParamManager.cpp:91
↓ 1 callers
Function
getMaxParaSize
* 计算当前dag的最大并发度 * @param elements * @return */
src/GraphCtrl/GraphElement/_GOptimizer/GMaxParaOptimizer.h:37
↓ 1 callers
Function
getNearestAncestor
* 获取最近的从属节点信息 * @param fst * @param snd * @param fstPatch * @param sndPatch * @return * @notice 如果没有最近从属节点,即不在同一个 group中
src/GraphCtrl/GraphElement/_GOptimizer/GSeparateOptimizer.h:51
↓ 1 callers
Method
getSize
src/GraphCtrl/GraphPipeline/GPipelineManager.cpp:133
↓ 1 callers
Method
getThreadPool
src/GraphCtrl/GraphPipeline/_GSchedule/GSchedule.cpp:63
↓ 1 callers
Function
hasValue
* 判断内部是否包含该值 * @param val * @return */
src/UtilsCtrl/Container/USmallVector.h:92
↓ 1 callers
Method
init
example/E05-HttpServer.cpp:28
↓ 1 callers
Method
init
src/GraphCtrl/GraphParam/GParamManager.cpp:23
↓ 1 callers
Method
init
src/GraphCtrl/GraphDaemon/GDaemon.cpp:11
↓ 1 callers
Method
init
src/GraphCtrl/GraphDaemon/GDaemonManager.cpp:18
↓ 1 callers
Method
initEngine
src/GraphCtrl/GraphElement/GElementManager.cpp:108
↓ 1 callers
Method
innerExec
src/GraphCtrl/GraphElement/_GEngine/GDynamicEngine/GDynamicEngine.cpp:139
↓ 1 callers
Method
innerRegister
src/GraphCtrl/GraphPipeline/GPipeline.cpp:379
↓ 1 callers
Method
isCancelState
src/GraphCtrl/GraphElement/GElementRepository.cpp:105
↓ 1 callers
Function
isDag
* 判断是否是dag的逻辑 * @param elements * @return */
src/GraphCtrl/GraphElement/_GEngine/GEngine.h:107
↓ 1 callers
Method
isGAdaptor
src/GraphCtrl/GraphElement/GElement.cpp:459
↓ 1 callers
Method
isGNode
src/GraphCtrl/GraphElement/GElement.cpp:464
↓ 1 callers
Method
isInit
src/UtilsCtrl/ThreadPool/UThreadPool.cpp:181
↓ 1 callers
Method
isMacro
src/GraphCtrl/GraphElement/GElement.cpp:340
↓ 1 callers
Method
isNotErr
* 没有异常。包含 > 0 的警告类型 * @return */
src/CBasic/CStatus.h:130
↓ 1 callers
Method
isSeparate
src/GraphCtrl/GraphElement/GGroup/GGroup.cpp:121
↓ 1 callers
Method
isSerializable
src/GraphCtrl/GraphElement/GElement.cpp:514
↓ 1 callers
Method
makeSerial
src/GraphCtrl/GraphPipeline/GPipeline.cpp:274
↓ 1 callers
Method
makeType
src/GraphCtrl/GraphPipeline/_GSchedule/GSchedule.cpp:52
↓ 1 callers
Function
mock_client_request
example/E05-HttpServer.cpp:75
↓ 1 callers
Method
perf
src/GraphCtrl/GraphPipeline/GPipeline.cpp:219
↓ 1 callers
Method
popLast
src/GraphCtrl/GraphAspect/GAspectManager.cpp:93
↓ 1 callers
Method
popLastAspect
src/GraphCtrl/GraphElement/GElement.cpp:519
↓ 1 callers
Method
print
example/E02-MockGUI.cpp:31
↓ 1 callers
Method
process
src/GraphCtrl/GraphElement/_GEngine/GDynamicEngine/GDynamicEngine.cpp:124
↓ 1 callers
Function
processTask
src/UtilsCtrl/ThreadPool/Thread/UThreadPrimary.h:91
↓ 1 callers
Function
processTasks
src/UtilsCtrl/ThreadPool/Thread/UThreadPrimary.h:101
← previous
next →
101–200 of 823, ranked by callers