Searched refs:locbufs (Results 1 – 1 of 1) sorted by relevance
88 static buffer_t * locbufs; variable116 locbufs = pthread_getspecific(thdkey); in terminate()122 thdbufdestroy((void *) locbufs); in terminate()123 locbufs = (buffer_t *) NULL; in terminate()174 return get_buffer(locbufs + key, size); in buffer_unthreaded()224 else if(!(locbufs = calloc((size_t) LK_LAST, sizeof *locbufs))) { in buffer_undef()