Commit 3dc88b31 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

include: Doxygen group for threading

parent 8c82fc74
...@@ -29,9 +29,11 @@ ...@@ -29,9 +29,11 @@
#define VLC_THREADS_H_ #define VLC_THREADS_H_
/** /**
* \ingroup os
* \defgroup thread Threads and synchronization primitives
* @{
* \file * \file
* This file defines structures and functions for handling threads in vlc * Thread primitive declarations
*
*/ */
/** /**
...@@ -935,4 +937,6 @@ VLC_API void vlc_global_mutex(unsigned, bool); ...@@ -935,4 +937,6 @@ VLC_API void vlc_global_mutex(unsigned, bool);
*/ */
#define vlc_global_unlock( n ) vlc_global_mutex(n, false) #define vlc_global_unlock( n ) vlc_global_mutex(n, false)
/** @} */
#endif /* !_VLC_THREADS_H */ #endif /* !_VLC_THREADS_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment