Mercurial > hg > qm-dsp
comparison thread/Thread.h @ 505:930b5b0f707d
Merge branch 'codestyle-and-tidy'
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 05 Jun 2019 12:55:15 +0100 |
parents | 701233f8ed41 |
children |
comparison
equal
deleted
inserted
replaced
471:e3335cb213da | 505:930b5b0f707d |
---|---|
5 | 5 |
6 Centre for Digital Music, Queen Mary, University of London. | 6 Centre for Digital Music, Queen Mary, University of London. |
7 This file copyright Chris Cannam, used with permission. | 7 This file copyright Chris Cannam, used with permission. |
8 */ | 8 */ |
9 | 9 |
10 #ifndef _THREAD_H_ | 10 #ifndef QM_DSP_THREAD_H |
11 #define _THREAD_H_ | 11 #define QM_DSP_THREAD_H |
12 | 12 |
13 #ifdef _WIN32 | 13 #ifdef _WIN32 |
14 #include <windows.h> | 14 #include <windows.h> |
15 #else /* !_WIN32 */ | 15 #else /* !_WIN32 */ |
16 #ifdef USE_PTHREADS | 16 #ifdef USE_PTHREADS |