sym_not_owned     119 ext/threads/mutex.c static ScmObj sym_not_owned;
sym_not_owned     132 ext/threads/mutex.c             r = sym_not_owned;
sym_not_owned     366 ext/threads/mutex.c     sym_not_owned     = SCM_INTERN("not-owned");
sym_not_owned     303 ext/threads/thrlib.c static ScmObj sym_not_owned = SCM_UNBOUND;
sym_not_owned     324 ext/threads/thrlib.c       r = sym_not_owned;
sym_not_owned     762 ext/threads/thrlib.c   sym_not_owned = Scm_Intern(&sym_not_owned__NAME);