NDN-DPDK
High-Speed Named Data Networking Forwarder
Loading...
Searching...
No Matches
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.
int SpdkThread_Exit (SpdkThread *th)
 Request SPDK thread to exit and wait until exit.

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.