Sujet : Re: Futex Stack Test...
De : chris.m.thomasson.1 (at) *nospam* gmail.com (Chris M. Thomasson)
Groupes : comp.lang.c++Date : 28. Feb 2025, 09:41:15
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vprsrc$3io8j$3@dont-email.me>
References : 1 2
User-Agent : Mozilla Thunderbird
On 2/17/2025 11:01 PM, Paavo Helde wrote:
On 18.02.2025 01:17, Chris M. Thomasson wrote:
This is a little C++20 test using a futex to allow one to wait on a lock-free stack. The main stack logic is in struct ct_stack. Well, can you get to compile and run? Thanks...
Seamed to work fine, but compilation produced some warnings about the CT_WAIT macro.
[...]
Shutdown complete!
>
ct_shared::~ct_shared()
>
g_ct_work_alloations = 10000042
g_ct_work_dealloations = 10000042
^^^^^^^^^^^^^^^^
It would help if I spelled those damn words right! Allocation, Deallocation... Where are my c's? lol. Wow.
Sorry about that non-sense.
>
Fin!
_______________________
>
>
Well, any luck?