Jason Volk
77dc612735
ircd::ctx: Various assertions for current context.
2020-05-04 13:15:45 -07:00
Jason Volk
926795f01a
ircd::ctx: Use context pointer for mutex/shared_mutex acquisition state.
2020-05-04 13:15:45 -07:00
Jason Volk
628b194151
ircd::ctx: Relax member access.
2020-02-24 16:44:15 -08:00
Jason Volk
39ade19ae3
ircd::ctx: Switch from steady_timer to deadline_timer.
2019-09-22 20:59:54 -07:00
Jason Volk
87fd0f04ea
ircd::ctx::mutex: Add deadlock assertion on lock.
2019-09-10 12:12:10 -07:00
Jason Volk
fcb4f6c5f4
ircd::ctx::mutex: Add waiting(ctx) to interface.
2019-09-10 11:06:16 -07:00
Jason Volk
b6149b429e
ircd::ctx::dock: Add noexcept to interface observers.
...
ircd::ctx: Propagate noexcept on hot leafs;
ircd::ctx::list: Deinline size().
2019-09-10 11:06:11 -07:00
Jason Volk
c891b82ebd
ircd::ctx: Relayout members for package.
2018-11-15 18:46:40 -08:00
Jason Volk
fe45b08f8a
ircd::ctx: Refactor mutexes to reuse ctx::dock for queueing.
2018-11-13 19:05:16 -08:00
Jason Volk
8cbb354c64
ircd::ctx: Fix move assignment semantics.
2018-11-13 19:05:16 -08:00
Jason Volk
b8aba99ed4
ircd::ctx: Assert release sequence is happening on ctx.
2018-06-01 12:36:46 -07:00
Jason Volk
2404e1adad
ircd::ctx: Add mutex::locked() to query if locked.
2018-06-01 07:48:23 -07:00
Jason Volk
29f08d3615
ircd::ctx: Add functions to peek at the queue size of the mutexes.
2018-03-06 01:09:37 -08:00
Jason Volk
be624ca7f6
Update Copyrastafaris.
2018-02-05 21:24:34 -08:00
Jason Volk
6fc8de8587
ircd::ctx: Enforce semantics in mutex / shared_mutex; assertion related.
2018-01-17 03:33:08 -08:00
Jason Volk
7b62568ff0
ircd::ctx: Replace std::deque's in ctx::mutex and ctx::shared_mutex.
2018-01-13 23:45:36 -08:00
Jason Volk
9f75f80c21
ircd::ctx: Consolidate release sequence in mutex/shared_mutex.
2017-12-24 21:54:59 -07:00
Jason Volk
19451ab914
ircd::ctx: shared_mutex; peek / view / shared_view; fixes.
2017-10-03 04:17:10 -07:00
Jason Volk
d9a4f06bf6
ircd: Employ namespace scope extensions from c++1z/gnu++14.
...
This is not a move to c++17. If the compiler happens to have support
for c++17 namespace scope resolution, they have been kind enough to
backport it to gnu++14. This limits our support for really old c++14
compilers, but that was limited anyway. GCC 6.1 and clang 3.6 tested.
2017-09-08 03:47:46 -07:00
Jason Volk
a880e2e43e
ircd::ctx: Add minor commentary.
2017-08-23 14:59:27 -06:00
Jason Volk
c604b391be
ircd::ctx: Support direct context switching without enqueueing with ios.
2017-03-30 16:04:19 -07:00
Jason Volk
2f645941a8
ircd::ctx: Move ctx headers into directory.
2016-11-13 16:29:45 -08:00