Home | History | Annotate | Download | only in src

Lines Matching full:tcache_ind

1467 	unsigned tcache_ind;
1476 if (tcaches_create(tsd, &tcache_ind)) {
1480 READ(tcache_ind, unsigned);
1494 unsigned tcache_ind;
1502 tcache_ind = UINT_MAX;
1503 WRITE(tcache_ind, unsigned);
1504 if (tcache_ind == UINT_MAX) {
1508 tcaches_flush(tsd, tcache_ind);
1521 unsigned tcache_ind;
1529 tcache_ind = UINT_MAX;
1530 WRITE(tcache_ind, unsigned);
1531 if (tcache_ind == UINT_MAX) {
1535 tcaches_destroy(tsd, tcache_ind);