numam-spdk/test/unit/lib/nvmf
Shuhei Matsumoto e7ead00b53 lib/thread: Wait until thread_is_exited() is true by thread_poll() after thread_exit()
Following patches will require thread termination so that thread_exit()
will move thread to exiting, thread_poll() will move thread from
exiting to exited, thread_is_exited() will detect the threadis exited,
and then call thread_destroy().

So change all places as a preparation.

Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Change-Id: I6b2e8aee5ed7cd160a88b4c9aaed7d90bd9dac07
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1640
Community-CI: Broadcom CI
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2020-04-08 06:43:05 +00:00
..
ctrlr_bdev.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
ctrlr_discovery.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
ctrlr.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
fc_ls.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
fc.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
rdma.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
subsystem.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
tcp.c lib/thread: Wait until thread_is_exited() is true by thread_poll() after thread_exit() 2020-04-08 06:43:05 +00:00
Makefile NVMe-oF Target: Add FC transport. 2019-07-26 22:17:17 +00:00