Lines Matching defs:my_ticket
46 unsigned int my_ticket, their_ticket;
62 my_ticket = 0U;
63 bakery->lock_data[me] = make_bakery_data(CHOOSING_TICKET, my_ticket);
66 if (their_ticket > my_ticket)
67 my_ticket = their_ticket;
74 ++my_ticket;
75 bakery->lock_data[me] = make_bakery_data(CHOSEN_TICKET, my_ticket);
77 return my_ticket;
95 unsigned int my_ticket, my_prio, their_ticket;
103 my_ticket = bakery_get_ticket(bakery, me);
109 my_prio = bakery_get_priority(my_ticket, me);