Home
last modified time | relevance | path

Searched refs:has_lock (Results 1 – 5 of 5) sorted by relevance

/external/vixl/tools/
Dprinter.py69 def Print(string, has_lock = False): argument
70 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): argument
86 if not has_lock: __print_lock__.acquire()
102 if not has_lock: __print_lock__.release()
109 has_lock = False): argument
126 has_lock = has_lock)
Dtest_runner.py83 has_lock = True,
87 printer.Print('FAILED: ' + test.name, has_lock = True)
89 has_lock = True)
90 printer.Print(p_out, has_lock = True)
Dclang_tidy.py125 has_lock = True,
130 has_lock = True)
131 printer.Print(p_out, has_lock = True)
Dclang_format.py139 has_lock = True,
146 out, has_lock = True)
/external/elfutils/libcpu/
Di386_disasm.c490 if ((prefixes & has_lock) != 0) in i386_disasm()