diff options
Diffstat (limited to 'mutex.c')
| -rw-r--r-- | mutex.c | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -4,7 +4,6 @@ | |||
| 4 | SharedData shared_data; | 4 | SharedData shared_data; |
| 5 | 5 | ||
| 6 | pthread_mutex_t mutex; | 6 | pthread_mutex_t mutex; |
| 7 | pthread_cond_t cond_midi; | ||
| 8 | pthread_cond_t cond_synth; | 7 | pthread_cond_t cond_synth; |
| 9 | 8 | ||
| 10 | void initialize_mutex() { | 9 | void initialize_mutex() { |
