Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddummy_thread.py93 self.locked_status = False
107 self.locked_status = True
110 if not self.locked_status:
111 self.locked_status = True
125 if not self.locked_status:
127 self.locked_status = False
131 return self.locked_status
/external/llvm-project/libc/src/threads/linux/
Dmtx_lock.cpp25 uint32_t locked_status = MS_Locked; in LLVM_LIBC_ENTRYPOINT() local
42 if (atomic_compare_exchange_strong(futex_data, &locked_status, in LLVM_LIBC_ENTRYPOINT()