/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to src/Thread.h

  • Committer: Gustav Hartvigsson
  • Date: 2015-09-15 21:22:33 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150915212233-lix9x9m4vhbhx8u6
* Clean up of SMap's for each code.
* started work on SMutex in Thread.[c,h]

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#include "defs.h"
6
6
#include "utils.h"
7
7
 
 
8
BEGIN_DECLS
 
9
 
8
10
/**
9
11
 * @defgroup Threading Threading
10
12
 * @addtogroup Threading
69
71
 
70
72
/** @} */
71
73
 
72
 
 
 
74
END_DECLS
73
75
#endif /* __H_THREAD__ */