Spdk/test/lib/util/io_channel
Ben Walker a30ffb986e io_channel: No longer use thread-local storage
This serves two purposes. First, some older compiler
chains don't support thread local storage. Second,
we're going to need a way to iterate the list of
threads in the future, so keep them in a list.

Change-Id: I80e709f4665afb03cf4bcf0db19ef8ea353acdc1
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/362255
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2017-05-26 17:41:22 -04:00
..
.gitignore util: add spdk_thread and spdk_io_channel 2016-09-26 14:02:07 -07:00
io_channel_ut.c io_channel: No longer use thread-local storage 2017-05-26 17:41:22 -04:00
Makefile build: replace DPDK_INC with ENV_CFLAGS 2017-03-21 15:41:13 -07:00