Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Devent.py71 _thread_lock_enabled = False variable
79 global _thread_lock_enabled
80 _thread_lock_enabled = True
83 global _thread_lock_enabled
84 _thread_lock_enabled = False
183 global _thread_lock_enabled
190 if _thread_lock_enabled:
211 if _thread_lock_enabled: