Searched refs:has_lock (Results 1 – 3 of 3) sorted by relevance
69 def Print(string, has_lock = False): argument70 if not has_lock: __print_lock__.acquire()80 if not has_lock: __print_lock__.release()85 def PrintOverwritableLine(string, has_lock = False, type = LINE_TYPE_NONE): argument86 if not has_lock: __print_lock__.acquire()102 if not has_lock: __print_lock__.release()108 prevent_next_overwrite = False, has_lock = False): argument122 has_lock = has_lock)
99 has_lock = True,103 printer.Print('FAILED: ' + test, has_lock = True)105 has_lock = True)106 printer.Print(p_out, has_lock = True)
490 if ((prefixes & has_lock) != 0) in i386_disasm()