|
SimpleKernel 1.17.0
|
This is the complete list of members for Mutex, including all inherited members.
| IsLockedByCurrentTask() const -> bool | Mutex | |
| Lock() -> Expected< void > | Mutex | |
| locked_ | Mutex | protected |
| Mutex(const char *_name) | Mutex | inlineexplicit |
| Mutex()=default | Mutex | |
| Mutex(const Mutex &)=delete | Mutex | |
| Mutex(Mutex &&)=delete | Mutex | |
| name | Mutex | |
| operator=(const Mutex &) -> Mutex &=delete | Mutex | |
| operator=(Mutex &&) -> Mutex &=delete | Mutex | |
| owner_ | Mutex | protected |
| resource_id_ | Mutex | protected |
| TryLock() -> Expected< void > | Mutex | |
| UnLock() -> Expected< void > | Mutex | |
| ~Mutex()=default | Mutex |