Lines Matching refs:prot
22 p->prot.mytid = pvm_mytid(); in Setup()
24 printf("My task id is %d \n", p->prot.mytid); in Setup()
63 p->prot.othertid = -1; in Establish()
64 if (taskp[0].ti_tid == p->prot.mytid) { in Establish()
65 p->prot.othertid = taskp[1].ti_tid; in Establish()
67 if (taskp[1].ti_tid == p->prot.mytid) { in Establish()
68 p->prot.othertid = taskp[0].ti_tid; in Establish()
70 if (p->prot.othertid == -1) { in Establish()
79 printf("The receiver tid is %d \n", p->prot.othertid); in Establish()
83 pvm_pkint(&p->prot.mytid, 1, 1); in Establish()
84 pvm_send(p->prot.othertid, 1); in Establish()
97 pvm_upkint(&p->prot.othertid, 1, 1); in Establish()
128 pvm_send(p->prot.othertid, 1); in SendData()
156 pvm_send(p->prot.othertid, 1); in SendTime()
175 pvm_send(p->prot.othertid, 1); in SendRepeat()