Home
last modified time | relevance | path

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

/external/libxml2/os400/dlfcn/
Ddlfcn.c87 } 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()
[all …]