Defines | Functions | Variables
multithread.c File Reference
#include <stdio.h>
#include <pthread.h>
#include <curl/curl.h>
Include dependency graph for multithread.c:

Go to the source code of this file.

Defines

#define NUMT   4

Functions

int main (int argc, char **argv)
static void * pull_one_url (void *url)

Variables

const char *const urls [NUMT]

Define Documentation

#define NUMT   4

Definition at line 31 of file multithread.c.


Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 68 of file multithread.c.

static void* pull_one_url ( void *  url) [static]

Definition at line 49 of file multithread.c.


Variable Documentation

const char* const urls[NUMT]
Initial value:
 {
  "https://curl.haxx.se/",
  "ftp://cool.haxx.se/",
  "http://www.contactor.se/",
  "www.haxx.se"
}

Definition at line 42 of file multithread.c.



rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:09