ovni/src/rt
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
..
CMakeLists.txt Always use the project version 2023-07-07 10:42:40 +02:00
ovni.c Fix ovni_thread_isready() after ovni_thread_free() 2023-12-19 17:30:20 +01:00