ovni/test/emu
Rodrigo Arias 0439399f05 Fix ovni_thread_isready() after ovni_thread_free()
Until now, the value returned by ovni_thread_isready() was still
non-zero when the thread stream was destroyed in ovni_thread_free()
This was making it impossible to detect when a stream was destroyed.

This change makes it return 0 after ovni_thread_free() by using a new
finished flag. The flag keeps track on then the stream is destroyed,
preventing double initialization of a free stream.
2023-12-19 17:30:20 +01:00
..
common Enable all models if the require key is missing 2023-11-16 12:39:14 +01:00
mpi Register emulation models only if required 2023-11-16 12:39:05 +01:00
nanos6 Register emulation models only if required 2023-11-16 12:39:05 +01:00
nosv Add -a flag in ovniemu to enable all models 2023-12-11 14:29:40 +01:00
ovni Fix ovni_thread_isready() after ovni_thread_free() 2023-12-19 17:30:20 +01:00
tampi Register emulation models only if required 2023-11-16 12:39:05 +01:00
CMakeLists.txt Add MPI emu tests 2023-09-06 18:11:19 +02:00