27#ifndef _MDCORE_INCLUDE_TFQUEUE_H_
28#define _MDCORE_INCLUDE_TFQUEUE_H_
30#include "tf_platform.h"
36#define queue_maxhit 10
Include Python header, disable linking to pythonX_d.lib on Windows in debug mode.
Definition tfAngleConfig.h:26
int queue_insert(struct queue *q, struct task *t)
Add an index to the given queue.
struct TissueForge::queue queue
HRESULT queue_init(struct queue *q, int size, struct space *s, struct task *tasks)
Initialize a task queue.
struct task * queue_get(struct queue *q, int rid, int keep)
Get a task from the queue.
void queue_reset(struct queue *q)
Reset the queue.
int32_t HRESULT
Definition tf_port.h:255