Home
last modified time | relevance | path

Searched refs:thread_data (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libc/port/gen/
H A Dgetmntent.c76 thread_data_t *thread_data = arg; in destroy_thread_data() local
78 if (thread_data->buf != NULL) { in destroy_thread_data()
79 free(thread_data->buf); in destroy_thread_data()
80 thread_data->buf = NULL; in destroy_thread_data()
82 thread_data->buflen = 0; in destroy_thread_data()
88 thread_data_t *thread_data; in getmntbuf() local
90 thread_data = tsdalloc(_T_GETMNTENT, in getmntbuf()
92 if (thread_data == NULL) in getmntbuf()
94 if (thread_data->buf == NULL || in getmntbuf()
95 thread_data->buflen < size) { in getmntbuf()
[all …]