NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
spdk-thread.c File Reference
#include "spdk-thread.h"
#include "../core/urcu.h"

Functions

int SpdkThread_Run (SpdkThread *th)
 Run SPDK thread until stop requested. More...
 
int SpdkThread_Exit (SpdkThread *th)
 Request SPDK thread to exit and wait until exit. More...
 

Function Documentation

◆ SpdkThread_Exit()

int SpdkThread_Exit ( SpdkThread th)

Request SPDK thread to exit and wait until exit.

◆ SpdkThread_Run()

int SpdkThread_Run ( SpdkThread th)

Run SPDK thread until stop requested.