Searched refs:locked_status (Results 1 – 2 of 2) sorted by relevance
93 self.locked_status = False107 self.locked_status = True110 if not self.locked_status:111 self.locked_status = True125 if not self.locked_status:127 self.locked_status = False131 return self.locked_status
25 uint32_t locked_status = MS_Locked; in LLVM_LIBC_ENTRYPOINT() local42 if (atomic_compare_exchange_strong(futex_data, &locked_status, in LLVM_LIBC_ENTRYPOINT()