Lines Matching refs:create_thread
249 info[0] = thr->holding_first->create_thread; in ordercheck_locklock()
251 info[2] = lock->create_thread; in ordercheck_locklock()
270 fwrite(&lock->create_thread, sizeof(int), 1, in ordercheck_lockcreate()
309 e->create_thread = thr->num; in checklock_init()
523 lock->create_thread == 0 && lock->create_instance == 0)) in checklock_rdlock()
524 …fprintf(stderr, "checklock_rdlock lock %d %d %s:%d at %s:%d\n", lock->create_thread, lock->create_… in checklock_rdlock()
546 lock->create_thread == 0 && lock->create_instance == 0)) in checklock_wrlock()
547 …fprintf(stderr, "checklock_wrlock lock %d %d %s:%d at %s:%d\n", lock->create_thread, lock->create_… in checklock_wrlock()
586 lock->create_thread == 0 && lock->create_instance == 0)) in checklock_lock()
587 …fprintf(stderr, "checklock_lock lock %d %d %s:%d at %s:%d\n", lock->create_thread, lock->create_in… in checklock_lock()
626 lock->create_thread == 0 && lock->create_instance == 0)) in checklock_unlock()
627 …fprintf(stderr, "checklock_unlock lock %d %d %s:%d at %s:%d\n", lock->create_thread, lock->create_… in checklock_unlock()
795 lock->create_thread, lock->create_instance, in lock_debug_info()