public virtual int sceGeListDeQueue(int id) { lock (this) { PspGeList list = allGeLists[id]; list.reset(); if (!listFreeQueue.contains(list)) { listFreeQueue.add(list); } } return(0); }