MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / GetProcessList

Function GetProcessList

LibLemon/src/lemon/util.cpp:39–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 void GetProcessList(std::vector<lemon_process_info_t>& list){
40 uint64_t pid = 0;
41
42 list.clear();
43
44 lemon_process_info_t pInfo;
45 while(!GetNextProcessInfo(&pid, pInfo)){
46 list.push_back(pInfo);
47 }
48 }
49}

Callers 1

mainFunction · 0.85

Calls 2

GetNextProcessInfoFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected