Searched refs:refn (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/tests/cdt/ |
H A D | tvsharemem.c | 45 #define LONGGONE (-1000000) /* setting refn to gone */ 67 int refn; /* usage reference count */ member in struct:obj_s 132 if(obj->refn < 0 ) /* must be the last announcement from dtdelete() */ 133 { if(obj->refn != LONGGONE) 134 terror("Process %d: refn != LONGGONE op=%d obj[%d,refn=%d,fpid=%d]", 135 mmdc->pid, type&~DT_ANNOUNCE, obj->dval, obj->refn, obj->fpid); 137 tpause("Process %d: Op=%d != DT_DELETE obj[%d,refn=%d,fpid=%d]", 138 mmdc->pid, type&~DT_ANNOUNCE, obj->dval, obj->refn, obj->fpid); 155 if(asoincint(&obj->refn) < 174 int refn; local [all...] |
Completed in 10 milliseconds