#include "rldataprovider.h"
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
◆ CLIENT_TIMEOUT
#define CLIENT_TIMEOUT 1000 |
◆ rlDataProviderAccept()
static void* rlDataProviderAccept |
( |
void * |
arg | ) |
|
|
static |
Definition at line 593 of file rldataprovider.cpp.
600 if(arg == NULL)
return NULL;
602 if(provider_threads == NULL)
return NULL;
607 s = socket.connect();
609 worker_data.
thread = provider_threads;
int create(void *(*func)(void *), void *argument)
static void * workerThread(void *arg)
rlDataProviderThreads * thread
◆ workerThread()
static void* workerThread |
( |
void * |
arg | ) |
|
|
static |
Definition at line 580 of file rldataprovider.cpp.
584 if(arg == NULL)
return NULL;
int run(rlSocket *socket)
rlDataProvider * provider
rlDataProviderThreads * thread