JH-Toolkit v1.4.1
An engineering-oriented C++20 toolkit with duck-typed concepts, static design, async coroutines, and semantic containers — header-only, RTTI-free, and concurrency-friendly.
Loading...
Searching...
No Matches
jh::typed::null_mutex_t Member List

This is the complete list of members for jh::typed::null_mutex_t, including all inherited members.

lock() noexcept (defined in jh::typed::null_mutex_t)jh::typed::null_mutex_tinline
lock_shared() noexcept (defined in jh::typed::null_mutex_t)jh::typed::null_mutex_tinline
try_lock() noexcept (defined in jh::typed::null_mutex_t)jh::typed::null_mutex_tinlinestatic
try_lock_for(const std::chrono::duration< Rep, Period > &) noexcept (defined in jh::typed::null_mutex_t)jh::typed::null_mutex_tinline
try_lock_shared() noexcept (defined in jh::typed::null_mutex_t)jh::typed::null_mutex_tinlinestatic
try_lock_shared_for(const std::chrono::duration< Rep, Period > &) noexcept (defined in jh::typed::null_mutex_t)jh::typed::null_mutex_tinline
try_lock_shared_until(const std::chrono::time_point< Clock, Duration > &) noexcept (defined in jh::typed::null_mutex_t)jh::typed::null_mutex_tinline
try_lock_until(const std::chrono::time_point< Clock, Duration > &) noexcept (defined in jh::typed::null_mutex_t)jh::typed::null_mutex_tinline
unlock() noexcept (defined in jh::typed::null_mutex_t)jh::typed::null_mutex_tinline
unlock_shared() noexcept (defined in jh::typed::null_mutex_t)jh::typed::null_mutex_tinline