Lines Matching refs:dlts_t
87 } dlts_t; typedef
94 static dlts_t static_buf; /* Static error buffer. */
177 dlts_t * p; in dlthreadinit()
186 p = (dlts_t *) malloc(sizeof *p); in dlthreadinit()
204 dlts_t * p; in dllock()
218 p = (dlts_t *) NULL; in dllock()
232 dlts_t * p; in dlunlock()
246 p = (dlts_t *) NULL; in dlunlock()
260 dlts_t * p; in dlerror()
266 else if (!(p = (dlts_t *) pthread_getspecific(dlkey))) in dlerror()
281 dlts_t * p; in dlseterror_from_errno()
285 else if (!(p = (dlts_t *) pthread_getspecific(dlkey))) in dlseterror_from_errno()
301 dlts_t * q; in dlseterror_from_exception()
314 else if (!(q = (dlts_t *) pthread_getspecific(dlkey))) in dlseterror_from_exception()