Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ synchronized
Function
synchronized
3rdparty/libprocess/src/process.cpp:285–289 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
283
284
int id;
285
synchronized (prefixes_mutex) {
286
int& _id = (*prefixes)[prefix];
287
_id += 1;
288
id = _id;
289
}
290
return prefix +
"("
+ stringify(id) +
")"
;
291
}
292
Callers
nothing calls this directly
Calls
15
exited
Function · 0.85
ProcessReference
Class · 0.85
collect
Function · 0.85
map
Function · 0.85
OK
Class · 0.85
deliver
Method · 0.80
at
Method · 0.80
insert
Method · 0.80
push
Method · 0.80
ms
Method · 0.80
terminate
Function · 0.70
foreach
Function · 0.70
Tested by
no test coverage detected