DTNMA Reference Tools v2.1.0 - 13.gc5c0bac
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
Loading...
Searching...
No Matches
threadset.c File Reference
#include "threadset.h"
#include "logging.h"
#include "defs.h"
#include <errno.h>
+ Include dependency graph for threadset.c:

Functions

int cace_threadset_start (cace_threadset_t tset, const cace_threadinfo_t *info, size_t count, void *arg)
 
int cace_threadset_join (cace_threadset_t tset)
 

Function Documentation

◆ cace_threadset_join()

int cace_threadset_join ( cace_threadset_t  tset)

References CACE_LOG_ERR.

Referenced by main(), refda_agent_stop(), and refdm_mgr_stop().

◆ cace_threadset_start()

int cace_threadset_start ( cace_threadset_t  tset,
const cace_threadinfo_t info,
size_t  count,
void *  arg 
)