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

Go to the source code of this file.

Data Structures

struct  SpdkThread
 

Typedefs

typedef struct SpdkThread SpdkThread
 

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...
 

Typedef Documentation

◆ SpdkThread

typedef struct SpdkThread SpdkThread

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.