on't know if my simple
tests execute this part of mongodb code). Suggestions are of course welcome.
Regards,
Ronald.
Van: Michael Gmelin
Datum: dinsdag, 23 juli 2024 17:32
Aan: Ronald Klop
Onderwerp: Re: advice for implementing an atomics wrapper
Does this help?
https://reviews.llvm.or
Sorry,
Something broke the pasted URL.
https://github.com/mongodb/mongo/blob/master/src/mongo/platform/waitable_atomic.cpp
Another attempt.
Ronald.
Van: Ronald Klop
Datum: dinsdag, 23 juli 2024 16:14
Aan: freebsd-po...@freebsd.org
Onderwerp: advice for implementing an atomics wrapper
Hi
Hi,
For mongodb 8.0 I need to give a FreeBSD implementation of this file.
https://github.com/mongodb/mongo/blob/master/src/mongo/platform/waitable_atomic.cpp
Using the __Apple__ definition gives:
ld.lld: error: undefined symbol: __ulock_wake
ld.lld: error: undefined symbol: __ulock_wait
And th