nuttx-apps/testing
chao an 69e497f681 testing/ostest/cancel: joining a detached/canceled thread should return EINVAL, not ESRCH
Reference:
https://pubs.opengroup.org/onlinepubs/009695399/functions/pthread_join.html
  [EINVAL]
    The value specified by thread does not refer to a joinable thread.

https://docs.oracle.com/cd/E19120-01/open.solaris/816-5137/tlib-25/index.html

  EINVAL
    The thread corresponding to the given thread ID is a detached thread.

https://linux.die.net/man/3/pthread_join

  EINVAL
    thread is not a joinable thread.

Signed-off-by: chao an <anchao@lixiang.com>
2024-03-13 18:06:36 +09:00
..
arch_libc remove testing/xxx/README.md. Migrated to Documentation/applications/testing 2023-10-30 10:00:01 +08:00
atomic
batterydump
cachespeed cmake: add cachespeed 2024-02-05 08:46:22 -08:00
cmocka fix patch error:no such file 2024-03-01 17:06:01 +08:00
cpuload
crypto
cxxtest remove testing/xxx/README.md. Migrated to Documentation/applications/testing 2023-10-30 10:00:01 +08:00
drivertest drivertest: Fix drivertest_audio crash 2023-12-28 05:38:58 -08:00
epoll testing/epoll: add epoll test case 2023-11-02 14:49:54 +08:00
fatutf8
fdsantest
fmemopen testing/fmemopen: Remove the back slash from long literal string 2024-02-26 17:39:29 -03:00
fopencookie remove testing/xxx/README.md. Migrated to Documentation/applications/testing 2023-10-30 10:00:01 +08:00
fstest remove testing/xxx/README.md. Migrated to Documentation/applications/testing 2023-10-30 10:00:01 +08:00
getprime testing/getprime: allow running with zero threads 2024-03-12 19:40:17 +08:00
iozone
irtest system/readline: correct the readline(3) prototype 2023-10-16 22:04:18 +08:00
ltp fix pthread_sigmask_4_1 sigprocmask_4_1 build warning 2024-02-23 04:11:17 -08:00
memstress Fix the wrong comment banner 2023-12-03 14:27:14 -03:00
memtester memtester:Modify the misnaming in Kconfig 2023-10-23 19:25:29 -03:00
mm
monkey Remove @ tag from all comments 2024-01-04 10:26:49 +01:00
mtd_config_fs remove testing/xxx/README.md. Migrated to Documentation/applications/testing 2023-10-30 10:00:01 +08:00
nist-sts
nxffs remove testing/xxx/README.md. Migrated to Documentation/applications/testing 2023-10-30 10:00:01 +08:00
open_memstream testing: add open_memstream test tool 2023-11-29 02:12:58 -08:00
osperf testing: Swith up_perf_xxx to perf_xxx 2023-10-23 11:52:07 -03:00
ostest testing/ostest/cancel: joining a detached/canceled thread should return EINVAL, not ESRCH 2024-03-13 18:06:36 +09:00
ramspeed apps:move test tools to testing. 2023-10-26 13:17:28 +02:00
ramtest apps:move test tools to testing. 2023-10-26 13:17:28 +02:00
scanftest testing/scanftest: add number of correct/incorrect tests 2023-10-18 16:52:24 -04:00
sd_bench testing/sd_bench: Port sdbench testing utility for PX4-Autopilot. 2023-10-30 16:58:10 +08:00
sd_stress testing/sd_stress: Port sdstress testing utility from PX4-Autopilot. 2023-10-25 15:41:27 +08:00
sensortest
setest
smart remove testing/xxx/README.md. Migrated to Documentation/applications/testing 2023-10-30 10:00:01 +08:00
smart_test remove testing/xxx/README.md. Migrated to Documentation/applications/testing 2023-10-30 10:00:01 +08:00
smp cmake: add smp test 2024-02-05 08:46:22 -08:00
superpi
testsuites add cm_fs_test source code 2024-03-11 11:24:13 +08:00
uclibcxx_test
unity
.gitignore
CMakeLists.txt
Make.defs
Makefile