#include <stdio.h>
#include "condition.h"
#include "mutex.h"
Go to the source code of this file.
Data Structures | |
class | pdf::Task |
Namespaces | |
namespace | |
A simple observer implementation. | |
Enumerations | |
enum | pdf::TaskType { pdf::TASK_RENDER = 0, pdf::TASK_SEARCH, pdf::TASK_INVALID } |