@@ -72,4 +72,10 @@ typedef struct {
int nextPixelId;
pthread_mutex_t mutexKey;
int pixelCount;
} RenderArgs;
typedef struct {
int *nextPixelId;
pthread_mutex_t *mutexKey;
} MonitorArgs;
The note is not visible to the blocked user.