Home
last modified time | relevance | path

Searched refs:processinfo (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/msw/
H A Dmsprocess.c118 PROCESS_INFORMATION *processinfo; in openProcess() local
152 processinfo = alloc(sizeof(*processinfo)); in openProcess()
154 memset(processinfo, 0, sizeof(*processinfo)); in openProcess()
171 processinfo) ) in openProcess()
172 { CloseHandle(processinfo->hThread); /* don't need this */ in openProcess()
173 pidProcess(p, toInt(processinfo->dwProcessId)); in openProcess()
176 p->ws_ref = processinfo; in openProcess()
182 processinfo->dwProcessId)); in openProcess()
187 unalloc(sizeof(*processinfo), processinfo); in openProcess()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/mac/corefoundation/
H A Dstdpaths_cf.cpp158 ProcessInfoRec processinfo; in GetExecutablePath() local
168 processinfo.processInfoLength = sizeof(ProcessInfoRec); in GetExecutablePath()
169 processinfo.processName = NULL; in GetExecutablePath()
171 processinfo.processAppRef = &fsRef; in GetExecutablePath()
173 processinfo.processAppSpec = &fsSpec; in GetExecutablePath()
176 GetProcessInformation( &procno , &processinfo ) ; in GetExecutablePath()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/mac/corefoundation/
H A Dstdpaths_cf.cpp158 ProcessInfoRec processinfo; in GetExecutablePath() local
168 processinfo.processInfoLength = sizeof(ProcessInfoRec); in GetExecutablePath()
169 processinfo.processName = NULL; in GetExecutablePath()
171 processinfo.processAppRef = &fsRef; in GetExecutablePath()
173 processinfo.processAppSpec = &fsSpec; in GetExecutablePath()
176 GetProcessInformation( &procno , &processinfo ) ; in GetExecutablePath()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/mac/corefoundation/
H A Dstdpaths_cf.cpp158 ProcessInfoRec processinfo; in GetExecutablePath() local
168 processinfo.processInfoLength = sizeof(ProcessInfoRec); in GetExecutablePath()
169 processinfo.processName = NULL; in GetExecutablePath()
171 processinfo.processAppRef = &fsRef; in GetExecutablePath()
173 processinfo.processAppSpec = &fsSpec; in GetExecutablePath()
176 GetProcessInformation( &procno , &processinfo ) ; in GetExecutablePath()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/mac/corefoundation/
H A Dstdpaths_cf.cpp158 ProcessInfoRec processinfo; in GetExecutablePath() local
168 processinfo.processInfoLength = sizeof(ProcessInfoRec); in GetExecutablePath()
169 processinfo.processName = NULL; in GetExecutablePath()
171 processinfo.processAppRef = &fsRef; in GetExecutablePath()
173 processinfo.processAppSpec = &fsSpec; in GetExecutablePath()
176 GetProcessInformation( &procno , &processinfo ) ; in GetExecutablePath()
/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/src/kurtz/mm3src/
H A Dfindmumcand.c88 void *processinfo) in checkiflocationisMUMcand() argument
96 if(processmumcandidate(processinfo, in checkiflocationisMUMcand()
145 void *processinfo, in findmumcandidates() argument
169 processinfo) != 0) in findmumcandidates()
193 processinfo) != 0) in findmumcandidates()
H A Dfindmaxmat.c94 void *processinfo; // first arg. when calling previous function member
234 maxmatchinfo->processinfo, in processleaf()
462 void *processinfo, in findmaxmatches() argument
488 maxmatchinfo.processinfo = processinfo; in findmaxmatches()
H A Dprocmaxmat.c79 void *processinfo,
91 void *processinfo,
/dports/editors/madedit/madedit-0.2.9/src/
H A DMadUtils.cpp197 ProcessInfoRec processinfo; in GetExecutablePath()
203 processinfo.processInfoLength = sizeof(ProcessInfoRec); in GetExecutablePath()
204 processinfo.processName = NULL; in GetExecutablePath()
205 processinfo.processAppSpec = &fsSpec; in GetExecutablePath()
207 GetProcessInformation( &procno , &processinfo ) ; in GetExecutablePath()
/dports/devel/py-pympler/Pympler-0.4.2/pympler/templates/
H A Dindex.tpl13 <td class="num">{{pp(processinfo.vsz)}}</td>
17 <td class="num">{{pp(processinfo.rss)}}</td>
21 <td class="num">{{processinfo.pagefaults}}</td>
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/
H A Dprocess.py152 processinfo = ProcessInformation()
157 ctypes.byref(processinfo))
160 ctypes.windll.kernel32.CloseHandle(processinfo.hProcess)
161 ctypes.windll.kernel32.CloseHandle(processinfo.hThread)
162 return processinfo.dwProcessId
/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/src/kurtz/libbasedir/
H A DcleanMUMcand.c59 Sint mumuniqueinquery(void *processinfo, in mumuniqueinquery() argument
96 if(processmum(processinfo, in mumuniqueinquery()
111 if(processmum(processinfo, in mumuniqueinquery()
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dgettext.cpp152 PROCESS_INFORMATION processinfo;
154 memset(&processinfo,0,sizeof(processinfo));
187 &processinfo)) {
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/mmap_v1/
H A DSConscript115 '$BUILD_DIR/mongo/util/processinfo',
184 '$BUILD_DIR/mongo/util/processinfo',
217 '$BUILD_DIR/mongo/util/processinfo',
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/transport/
H A DSConscript101 "$BUILD_DIR/mongo/util/processinfo",
158 '$BUILD_DIR/mongo/util/processinfo',
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/sources/tprbuilder/src/
H A Dtprbuilder.c69 PROCESS_INFORMATION processinfo; in win32_system() local
74 &startupinfo,&processinfo)) return 1; in win32_system()
75 if (WaitForSingleObject(processinfo.hProcess,INFINITE)==WAIT_FAILED) return 1; in win32_system()
76 if (!GetExitCodeProcess(processinfo.hProcess,&exitcode)) return 1; in win32_system()
77 CloseHandle(processinfo.hProcess); in win32_system()
78 CloseHandle(processinfo.hThread); in win32_system()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/public/css/themes/
H A Dcolorblind.less49 .processinfo .process > div.backend-running {
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/unittest/
H A DSConscript60 '$BUILD_DIR/mongo/util/processinfo',
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/util/
H A DSConscript214 target="processinfo",
216 "processinfo.cpp",
230 "processinfo",
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/ftdc/
H A DSConscript55 '$BUILD_DIR/mongo/util/processinfo',
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/base/
H A DSConscript97 '$BUILD_DIR/mongo/util/processinfo',
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/rpc/
H A DSConscript229 "$BUILD_DIR/mongo/util/processinfo",
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/wiredtiger/
H A DSConscript69 '$BUILD_DIR/mongo/util/processinfo',
/dports/devel/py-pympler/Pympler-0.4.2/pympler/
H A Dweb.py102 return dict(processinfo=pmi)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/executor/
H A DSConscript353 '$BUILD_DIR/mongo/util/processinfo',

12