Searched refs:inuse_sem (Results 1 – 4 of 4) sorted by relevance
147 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()
30 static struct inuse_sem *rec;35 struct inuse_sem *nodep = *(struct inuse_sem **) inodep; in walker()
31 struct inuse_sem struct
7498 * semaphoreP.h: Include <semaphore.h>. Define struct inuse_sem.
Completed in 13 milliseconds