OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pgids
(Results
1 - 6
of
6
) sorted by null
/system/core/libprocessgroup/
processgroup.cpp
171
// process groups (stored in the
pgids
set) and those that are not (stored in the pids set).
172
std::set<pid_t>
pgids
;
local
173
pgids
.emplace(initialPid);
189
pgids
.emplace(pid);
198
if (
pgids
.count(pgid) == 1) {
206
for (const auto pgid :
pgids
) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
SocketServer.py
521
# of that set, but I couldn't find a way to allocate
pgids
/prebuilts/gdb/darwin-x86/lib/python2.7/
SocketServer.py
532
# of that set, but I couldn't find a way to allocate
pgids
/prebuilts/gdb/linux-x86/lib/python2.7/
SocketServer.py
532
# of that set, but I couldn't find a way to allocate
pgids
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SocketServer.py
532
# of that set, but I couldn't find a way to allocate
pgids
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SocketServer.py
532
# of that set, but I couldn't find a way to allocate
pgids
Completed in 442 milliseconds