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
struct SpdkThread SpdkThread
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