Searched refs:lock_thread (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dsimple_lock.h87 void *lock_thread; /* thread that acquired lock */ member in struct:uslock_debug
H A Dlocks_i386.c413 l->debug.lock_thread = l->debug.unlock_thread = INVALID_THREAD;
465 if ((l->debug.state & USLOCK_TAKEN) && l->debug.lock_thread &&
466 l->debug.lock_thread == (void *) current_thread()) {
470 l->debug.lock_thread, pc);
505 l->debug.lock_thread = (void *)current_thread();
539 if (l->debug.lock_thread != (void *) current_thread())
541 caller, (integer_t) l, l->debug.lock_thread);
550 l->debug.unlock_thread = l->debug.lock_thread;
551 l->debug.lock_thread = INVALID_PC;
606 l->debug.lock_thread
[all...]
H A Dgenassym.c138 DECLARE("SLOCK_THREAD", offsetof(usimple_lock_t, debug.lock_thread));
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsimple_lock.h89 void *lock_thread; /* thread that acquired lock */ member in struct:uslock_debug
H A Dlocks_ppc.c360 l->debug.lock_thread = l->debug.unlock_thread = INVALID_THREAD;
409 if ((l->debug.state & USLOCK_TAKEN) && l->debug.lock_thread &&
410 l->debug.lock_thread == (void *) current_thread()) {
414 l->debug.lock_thread, pc);
449 l->debug.lock_thread = (void *)current_thread();
483 if (l->debug.lock_thread != (void *) current_thread())
485 caller, (integer_t) l, l->debug.lock_thread);
494 l->debug.unlock_thread = l->debug.lock_thread;
495 l->debug.lock_thread = INVALID_PC;
550 l->debug.lock_thread
[all...]

Completed in 92 milliseconds