Lines Matching defs:self
162 xthread_t self;
165 self = xthread_self();
168 if (xthread_equal(old_locker, self))
170 file, line, self, locking_file, locking_line);
174 file, line, self,
184 line, self);
189 /* if (old_locker && old_locker != self) */
191 printf("%s line %d: thread %x got display lock\n", file, line, self);
194 locking_thread = self;
201 locking_history[lock_hist_loc].thread = self;
215 xthread_t self = xthread_self();
219 printf("%s line %d: thread %x unlocking display\n", file, line, self);
224 file, line, self);
237 locking_history[lock_hist_loc].thread = self;
341 xthread_t self = xthread_self();
346 printf("line %d thread %x in condition wait\n", line, self);
352 locking_history[lock_hist_loc].thread = self;
362 locking_thread = self;
368 locking_history[lock_hist_loc].thread = self;
374 printf("line %d thread %x was signaled\n", line, self);
447 xthread_t self;
450 self = xthread_self();
451 if (xthread_equal(dpy->lock->locking_thread, self))