#include "push.h"
#include "privatePush.h"
Functions | |
int | _pushProcess (pushTask *task) |
void * | _pushWorker (void *_task) |
int | _pushContextCheck (pushContext *pctx) |
int | pushStart (pushContext *pctx) |
int | pushIterate (pushContext *pctx) |
int | pushRun (pushContext *pctx) |
int | pushFinish (pushContext *pctx) |
int _pushContextCheck | ( | pushContext * | pctx | ) |
int _pushProcess | ( | pushTask * | task | ) |
void* _pushWorker | ( | void * | _task | ) |
int pushFinish | ( | pushContext * | pctx | ) |
int pushIterate | ( | pushContext * | pctx | ) |
int pushRun | ( | pushContext * | pctx | ) |
int pushStart | ( | pushContext * | pctx | ) |