numam-spdk/test/common
Shuhei Matsumoto c9da0aecdc lib/thread: Ignore spdk_thread_exit() call after moving exited
Previously the caller had to check if thread is not exited when
it calls spdk_thread_exit().

Subsequent patches will change return type of spdk_thread_exit()
to void, and so include the check int spdk_thread_exit() in this
patch.

If spdk_thread_exit() is called when the thread is already exited,
collect INFOLOG and return normally.

This will make the next patch a little easier.

Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Change-Id: I8b94261575e770485b33c0b37e76e770b77b417c
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1639
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2020-04-08 06:43:05 +00:00
..
config test/scripts: remove OCF from vm_setup script 2020-04-06 07:49:41 +00:00
lib lib/thread: Ignore spdk_thread_exit() call after moving exited 2020-04-08 06:43:05 +00:00
applications.sh test/common: Introduce new test flag for enabling debug app runs 2020-02-27 10:15:40 +00:00
autotest_common.sh test/mkfs: provide common function to create filesystem 2020-04-07 08:37:49 +00:00
skipped_build_files.txt sock/uring: Add the async network I/O support for socket 2020-03-20 08:41:28 +00:00
skipped_tests.txt test/iscsi: add application for target fuzz testing. 2020-03-13 08:53:46 +00:00