![]() |
Maria GDK 4.7.0.97
Documentation of managed code in develop branch
|
This is the complete list of members for TPG.Utils.LockHelper, including all inherited members.
ExecuteLocked(Mutex m, Action a) (defined in TPG.Utils.LockHelper) | TPG.Utils.LockHelper | inlinestatic |
ExecuteLocked(Action a) (defined in TPG.Utils.LockHelper) | TPG.Utils.LockHelper | inline |
ExecuteLocked(Mutex m, int timeOutMs, Action a) (defined in TPG.Utils.LockHelper) | TPG.Utils.LockHelper | inlinestatic |
ExecuteLocked(int timeOutMs, Action a) (defined in TPG.Utils.LockHelper) | TPG.Utils.LockHelper | inline |
ExecuteLocked< T >(Mutex m, T defaultValue, Func< T > f) (defined in TPG.Utils.LockHelper) | TPG.Utils.LockHelper | inlinestatic |
ExecuteLocked< T >(T defaultValue, Func< T > f) (defined in TPG.Utils.LockHelper) | TPG.Utils.LockHelper | inline |
ExecuteLocked< T >(Mutex m, int timeOutMs, T defaultValue, Func< T > f) (defined in TPG.Utils.LockHelper) | TPG.Utils.LockHelper | inlinestatic |
ExecuteLocked< T >(int timeOutMs, T defaultValue, Func< T > f) (defined in TPG.Utils.LockHelper) | TPG.Utils.LockHelper | inline |