Lines Matching defs:my_ticket
104 unsigned int my_ticket, their_ticket;
122 my_ticket = 0U;
123 my_bakery_info->lock_data = make_bakery_data(CHOOSING_TICKET, my_ticket);
149 if (their_ticket > my_ticket)
150 my_ticket = their_ticket;
157 ++my_ticket;
158 my_bakery_info->lock_data = make_bakery_data(CHOSEN_TICKET, my_ticket);
162 return my_ticket;
168 unsigned int my_ticket, my_prio, their_ticket;
177 my_ticket = bakery_get_ticket(lock, me, is_cached);
183 my_prio = bakery_get_priority(my_ticket, me);