Lines Matching defs:self
170 xthread_t self = xthread_self();
174 app_lock->holder = self;
175 assert(xthread_equal(app_lock->holder, self));
179 if (xthread_equal(app_lock->holder, self)) {
187 app_lock->holder = self;
188 assert(xthread_equal(app_lock->holder, self));
202 xthread_t self;
204 self = xthread_self();
205 (void) self;
208 assert(xthread_equal(app_lock->holder, self));
227 xthread_t self = xthread_self();
231 assert(xthread_equal(app_lock->holder, self));
252 app_lock->stack.st[++(app_lock->stack.sp)].t = self;
271 xthread_t self = xthread_self();
281 if (!xthread_equal(app_lock->stack.st[app_lock->stack.sp].t, self)) {
285 if (xthread_equal(app_lock->stack.st[ii].t, self)) {
302 app_lock->holder = self;
304 assert(xthread_equal(app_lock->holder, self));