| /kernel/include/kernel/ |
| A D | timer_slack.h | 30 bool operator==(const TimerSlack& rhs) const { 35 bool operator!=(const TimerSlack& rhs) const { 36 return !operator==(rhs);
|
| A D | wait.h | 108 WaitQueue& operator=(WaitQueue&) = delete; variable 109 WaitQueue& operator=(WaitQueue&&) = delete; variable
|
| A D | event.h | 105 Event& operator=(const Event&) = delete; variable
|
| A D | spinlock.h | 109 SpinLock& operator=(const SpinLock& am) = delete; variable 111 SpinLock& operator=(SpinLock&& c) = delete; variable
|
| /kernel/object/include/object/ |
| A D | job_policy.h | 64 bool operator==(const JobPolicy& rhs) const; 65 bool operator!=(const JobPolicy& rhs) const;
|
| A D | handle.h | 32 HandleOwner& operator=(const HandleOwner&) = delete; variable 36 HandleOwner& operator=(HandleOwner&& other) { 45 Handle* operator->() const { 70 explicit operator bool() const { return h_ != nullptr; }
|
| A D | semaphore.h | 20 Semaphore& operator=(const Semaphore&) = delete; variable
|
| A D | virtual_interrupt_dispatcher.h | 21 VirtualInterruptDispatcher& operator=(const InterruptDispatcher &) = delete; variable
|
| A D | interrupt_event_dispatcher.h | 24 InterruptEventDispatcher& operator=(const InterruptDispatcher &) = delete; variable
|
| A D | wait_state_observer.h | 37 WaitStateObserver& operator=(const WaitStateObserver&) = delete; variable
|
| A D | futex_context.h | 80 FutexContext& operator=(const FutexContext&) = delete; variable
|
| A D | futex_node.h | 27 FutexNode& operator=(const FutexNode &) = delete; variable
|
| A D | port_dispatcher.h | 100 void operator=(PortPacket) = delete; member 123 PortObserver& operator=(const PortObserver&) = delete; variable
|
| A D | pci_device_dispatcher.h | 65 PciDeviceDispatcher& operator=(const PciDeviceDispatcher &) = delete; variable
|
| A D | interrupt_dispatcher.h | 32 InterruptDispatcher& operator=(const InterruptDispatcher&) = delete;
|
| A D | excp_port.h | 72 ExceptionPort& operator=(const ExceptionPort&) = delete; variable
|
| A D | message_packet.h | 119 void operator()(MessagePacket* packet) const noexcept { MessagePacket::recycle(packet); } in operator() function
|
| /kernel/vm/include/vm/ |
| A D | pinned_vm_object.h | 19 PinnedVmObject& operator=(PinnedVmObject&&); variable
|
| /kernel/dev/iommu/intel/ |
| A D | iommu_page.h | 31 IommuPage& operator=(IommuPage&& p) {
|
| /kernel/lib/crypto/include/lib/crypto/ |
| A D | prng.h | 80 PRNG& operator=(const PRNG&) = delete; variable
|
| /kernel/lib/fbl/include/fbl/ |
| A D | inline_array.h | 58 T& operator[](size_t i) const {
|
| A D | name.h | 69 Name& operator=(const Name<Size>& other) {
|
| A D | arena.h | 57 Arena& operator=(const Arena&) = delete; variable
|
| /kernel/lib/user_copy/include/lib/user_copy/ |
| A D | user_ptr.h | 34 user_ptr& operator=(const user_ptr& other) { 45 explicit operator bool() const { return ptr_ != nullptr; }
|
| /kernel/lib/hypervisor/include/hypervisor/ |
| A D | guest_physical_address_space.h | 30 GuestPtr& operator=(GuestPtr&& o) {
|