1#ifndef NDNDPDK_DPDK_SPDK_THREAD_H
2#define NDNDPDK_DPDK_SPDK_THREAD_H
7#include <spdk/thread.h>
15__attribute__((nonnull))
int
19__attribute__((nonnull))
int
int SpdkThread_Exit(SpdkThread *th)
Request SPDK thread to exit and wait until exit.
Definition spdk-thread.c:25
int SpdkThread_Run(SpdkThread *th)
Run SPDK thread until stop requested.
Definition spdk-thread.c:5
Definition spdk-thread.h:9
struct spdk_thread * spdkTh
Definition spdk-thread.h:11
ThreadCtrl ctrl
Definition spdk-thread.h:10
Thread load stats and stop flag.
Definition thread.h:10