Searched refs:Unprotect (Results 1 – 12 of 12) sorted by relevance
76 kern_return_t Unprotect();
84 kern_return_t ProtectedMemoryAllocator::Unprotect() { in Unprotect() function in ProtectedMemoryAllocator
521 gBreakpadAllocator->Unprotect(); in WaitForMessage()570 gBreakpadAllocator->Unprotect(); in WaitForMessage()587 gBreakpadAllocator->Unprotect(); in WaitForMessage()619 gBreakpadAllocator->Unprotect(); in SignalHandler()
117 Status s = h->Unprotect(d); in Run()195 Status s = h->Unprotect(d); in Run()
41 Status Unprotect();
165 Status Unprotect(const Device* d);358 Status Unprotect();
74 Status LocalTensorHandleData::Unprotect() { in Unprotect() function in tensorflow::LocalTensorHandleData
103 Status TensorHandle::PackedTensorHandleData::Unprotect() { in Unprotect() function in tensorflow::TensorHandle::PackedTensorHandleData105 TF_RETURN_IF_ERROR(absl::visit([](auto& data) { return data.Unprotect(); }, in Unprotect()663 Status TensorHandle::Unprotect(const Device* d) { in Unprotect() function in tensorflow::TensorHandle667 return absl::visit([](auto& data) { return data.Unprotect(); }, data_); in Unprotect()679 return mirror.Unprotect(); in Unprotect()
49 Status Unprotect() { return Status::OK(); } in Unprotect() function
109 // Unprotect the memory110 allocator_->Unprotect();693 gBreakpadAllocator->Unprotect();862 gMasterAllocator->Unprotect();863 gKeyValueAllocator->Unprotect();864 gBreakpadAllocator->Unprotect();992 gBreakpadAllocator->Unprotect();
183 gBreakpadAllocator->Unprotect(); in SignalHandler()
112 // Unprotect the memory113 allocator_->Unprotect();737 gMasterAllocator->Unprotect();738 gKeyValueAllocator->Unprotect();739 gBreakpadAllocator->Unprotect();