Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dsem_open.c147 const struct inuse_sem *as = (const struct inuse_sem *) a; in __sem_search()
148 const struct inuse_sem *bs = (const struct inuse_sem *) b; in __sem_search()
183 struct inuse_sem *fake; in check_add_mapping()
184 fake = (struct inuse_sem *) alloca (sizeof (*fake) + namelen); in check_add_mapping()
189 struct inuse_sem **foundp = tfind (fake, &__sem_mappings, __sem_search); in check_add_mapping()
199 struct inuse_sem *newp; in check_add_mapping()
201 newp = (struct inuse_sem *) malloc (sizeof (*newp) + namelen); in check_add_mapping()
A Dsem_close.c30 static struct inuse_sem *rec;
35 struct inuse_sem *nodep = *(struct inuse_sem **) inodep; in walker()
A DsemaphoreP.h31 struct inuse_sem struct
A DChangeLog7498 * semaphoreP.h: Include <semaphore.h>. Define struct inuse_sem.

Completed in 13 milliseconds