Searched refs:inuse (Results 1 – 2 of 2) sorted by relevance
98 gold_assert(!pod->inuse); in open()99 pod->inuse = true; in open()165 pod->inuse = true; in open()214 pod->inuse = false; in release()244 if (!pod->inuse && !pod->is_write) in close_some_descriptor()279 if (pod->name != NULL && !pod->inuse && !pod->is_write) in close_all()
73 bool inuse; member