See tport.docs for more detailed description of tport interface.
#include "config.h"
#include "tport_internal.h"
#include <stdlib.h>
#include <time.h>
#include <assert.h>
#include <errno.h>
#include <limits.h>
#include <pthread.h>
Include dependency graph for tport_threadpool.c:

Functions | |
| int | tport_threadpool_init_primary (tport_primary_t *pri, tp_name_t tpn[1], su_addrinfo_t *ai, tagi_t const *tags, char const **return_culprit) |
| Launch threads in the tport pool. | |
| int tport_threadpool_init_primary | ( | tport_primary_t * | pri, | |
| tp_name_t | tpn[1], | |||
| su_addrinfo_t * | ai, | |||
| tagi_t const * | tags, | |||
| char const ** | return_culprit | |||
| ) |
Launch threads in the tport pool.