0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-30 00:33:49 +02:00
Commit graph

16 commits

Author SHA1 Message Date
Jason Volk 5a6cd51530 ircd::ctx::posix: Improve pthread version resolution for dlopen. 2022-06-17 21:11:53 -07:00
Jason Volk d115d88e6c ircd::ctx: Simplify main thread conditions with tls bit. 2021-03-16 12:58:22 -07:00
Jason Volk 446f319391 ircd::ctx::posix: Trapdoor complex allowing real pthreads to work again. 2021-01-04 01:12:49 -08:00
Jason Volk e37a775e9b ircd::ctx::posix: Add interface to toggle hook; split header internal/external. 2021-01-04 01:12:39 -08:00
Jason Volk fbc3ab87e9 ircd::ctx: Add interface to change name; implement posix handler. 2020-11-13 21:07:14 -08:00
Jason Volk 989b7633b5 ircd::ctx::posix: Use non-dce'd debuglog for thread create. 2020-10-07 15:12:12 -07:00
Jason Volk 6c89faee13 ircd::ctx::posix: Enforce noexcept on the full surface. 2020-09-29 16:09:10 -07:00
Jason Volk fb7a18e0dd ircd::ctx::posix: Add macro to build mocks; distribute near definitions; minor reorg. 2020-05-07 00:28:27 -07:00
Jason Volk 598bbc45cc ircd::ctx::posix: Reduce decisionals to static util; minor cleanup. 2020-05-05 20:57:59 -07:00
Jason Volk 72ae3073d3 ircd::ctx::posix: Wrap pthread_timedjoin_np(). 2020-05-05 20:57:59 -07:00
Jason Volk 6a9dbf310a ircd::ctx::posix: Weak alias fallbacks for when --wrap is not effective. 2020-05-05 20:57:59 -07:00
Jason Volk 883a230830 ircd::ctx::posix: Wrap pthread_setname_np(). 2020-05-05 19:58:37 -07:00
Jason Volk dfb91d4c20 ircd::ctx::posix: Relax assertion. 2020-05-05 19:58:37 -07:00
Jason Volk 85fb1804be rocksdb::port: Simplify assertion.
ircd::ctx::posix: Fix erroneous comment.

ircd::ctx::posix: Relax assertion.
2020-05-04 19:09:32 -07:00
Jason Volk 36d9dbf0af ircd::ctx::posix: Add linker hooks for specific pthread functions. 2020-05-04 16:09:39 -07:00
Jason Volk b3dbf0cd01 ircd::ctx: Start an interpositionable posix thread interface. 2020-05-04 16:09:39 -07:00