Implementation for sbMainThreadMetadataProcessor.h. More...
#include <nspr.h>
#include <nscore.h>
#include <nsThreadUtils.h>
#include <nsComponentManagerUtils.h>
#include "sbMainThreadMetadataProcessor.h"
#include "sbFileMetadataService.h"
#include "sbMetadataJobItem.h"
#include "prlog.h"
Go to the source code of this file.
Macros | |
#define | TIMER_PERIOD 33 |
#define | NUM_ACTIVE_HANDLERS 15 |
#define | TRACE(args) /* nothing */ |
#define | LOG(args) /* nothing */ |
Functions | |
NS_IMPL_THREADSAFE_ISUPPORTS1 (sbMainThreadMetadataProcessor, nsITimerCallback) | |
Implementation for sbMainThreadMetadataProcessor.h.
Definition in file sbMainThreadMetadataProcessor.cpp.
#define LOG | ( | args | ) | /* nothing */ |
Definition at line 57 of file sbMainThreadMetadataProcessor.cpp.
#define NUM_ACTIVE_HANDLERS 15 |
Definition at line 49 of file sbMainThreadMetadataProcessor.cpp.
#define TIMER_PERIOD 33 |
Definition at line 48 of file sbMainThreadMetadataProcessor.cpp.
#define TRACE | ( | args | ) | /* nothing */ |
Definition at line 56 of file sbMainThreadMetadataProcessor.cpp.
NS_IMPL_THREADSAFE_ISUPPORTS1 | ( | sbMainThreadMetadataProcessor | , |
nsITimerCallback | |||
) |