Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ propagateall
Function
propagateall
freebsd/contrib/openzfs/module/lua/lgc.c:565–567 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
563
564
565
static void propagateall (global_State *g) {
566
while (g->gray) propagatemark(g);
567
}
568
569
570
static void propagatelist (global_State *g, GCObject *l) {
Callers
4
propagatelist
Function · 0.70
retraversegrays
Function · 0.70
convergeephemerons
Function · 0.70
atomic
Function · 0.70
Calls
1
propagatemark
Function · 0.70
Tested by
no test coverage detected