Searched refs:postPH (Results 1 – 1 of 1) sorted by relevance
72 int prePH, postPH; in philosopher() local104 postPH = PhID + 1 - PH_NUM; in philosopher()106 postPH = (PhID + 1) % PH_NUM; in philosopher()108 test(postPH); in philosopher()