Searched defs:shmdt (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/tests/cdt/ |
H A D | tvsafehash.c | 182 Dt_t *shmdt, *mapdt, *insdt, *deldt; local 195 if(!(shmdt = opendictionary(num, pid, Shmstore)) ) 197 if(!(shmdc = (Mmdisc_t*)dtdisc(shmdt, NIL(Dtdisc_t*), 0)) ) 207 deldt = num%2 == 0 ? mapdt : shmdt; 208 insdt = num%2 == 0 ? shmdt : mapdt; 223 dtclose(shmdt); 233 Dt_t *mapdt, *shmdt; local 257 if(!(shmdt = opendictionary(0, ppid, Shmstore)) ) 259 if(!(shmdc = (Mmdisc_t*)dtdisc(shmdt, NIL(Dtdisc_t*), 0)) ) 275 if(dtinsert(shmdt, o [all...] |
H A D | tvsaferehash.c | 184 Dt_t *shmdt, *mapdt, *insdt, *deldt; local 197 if(!(shmdt = opendictionary(num, pid, Shmstore)) ) 199 if(!(shmdc = (Mmdisc_t*)dtdisc(shmdt, NIL(Dtdisc_t*), 0)) ) 209 deldt = num%2 == 0 ? mapdt : shmdt; 210 insdt = num%2 == 0 ? shmdt : mapdt; 225 dtclose(shmdt); 235 Dt_t *mapdt, *shmdt; local 259 if(!(shmdt = opendictionary(0, ppid, Shmstore)) ) 261 if(!(shmdc = (Mmdisc_t*)dtdisc(shmdt, NIL(Dtdisc_t*), 0)) ) 277 if(dtinsert(shmdt, o [all...] |
H A D | tvsafetree.c | 181 Dt_t *shmdt, *mapdt, *insdt, *deldt; local 194 if(!(shmdt = opendictionary(num, pid, Shmstore)) ) 196 if(!(shmdc = (Mmdisc_t*)dtdisc(shmdt, NIL(Dtdisc_t*), 0)) ) 206 deldt = num%2 == 0 ? mapdt : shmdt; 207 insdt = num%2 == 0 ? shmdt : mapdt; 222 dtclose(shmdt); 232 Dt_t *mapdt, *shmdt; local 256 if(!(shmdt = opendictionary(0, ppid, Shmstore)) ) 258 if(!(shmdc = (Mmdisc_t*)dtdisc(shmdt, NIL(Dtdisc_t*), 0)) ) 274 if(dtinsert(shmdt, o [all...] |
Completed in 16 milliseconds