nuttx-apps/testing/ostest
TaiJuWu 9f2f86441d Fix sigprocmask
1. SIGSTOP and SIGKILL should not be used as test. In g_some_signals,
SIGKILL is used.

2. The SIGSTOP and SIGKILL flags of current task are set so we need to
delete them.
2023-09-16 00:08:34 +03:00
..
aio.c
barrier.c
cancel.c
CMakeLists.txt testing/ostest: add test case for task priority change with locked scheduler 2023-08-07 18:58:46 -07:00
cond.c
dev_null.c
fpu.c
getopt.c
Kconfig
Make.defs
Makefile testing/ostest: add test case for task priority change with locked scheduler 2023-08-07 18:58:46 -07:00
mqueue.c testing: fix visual studio Compiler Error C2057 2023-08-29 15:44:09 +08:00
mutex.c ostest/mutex: mut need to be destroyed 2023-08-09 15:07:25 +08:00
nsem.c
ostest_main.c testing: Check CONFIG_TLS_NELEM is defined before using it 2023-08-21 15:08:17 +03:00
ostest.h testing/ostest: add test case for task priority change with locked scheduler 2023-08-07 18:58:46 -07:00
posixtimer.c
prioinherit.c testing/ostest: call up_idle() only in case of CONFIG_SIM_WALLTIME_SLEEP=y 2023-08-07 18:58:46 -07:00
pthread_cleanup.c
pthread_exit.c
pthread_rwlock_cancel.c
pthread_rwlock.c
restart.c
rmutex.c
robust.c
roundrobin.c
schedlock.c testing/ostest: call up_idle() only in case of CONFIG_SIM_WALLTIME_SLEEP=y 2023-08-07 18:58:46 -07:00
sem.c
semtimed.c
setjmp.c
setvbuf.c
sigev_thread.c
sighand.c
sighelper.c
signest.c
sigprocmask.c Fix sigprocmask 2023-09-16 00:08:34 +03:00
specific.c
sporadic2.c
sporadic.c
suspend.c
timedmqueue.c testing: fix visual studio Compiler Error C2057 2023-08-29 15:44:09 +08:00
timedmutex.c
timedwait.c
tls.c testing: Check CONFIG_TLS_NELEM is defined before using it 2023-08-21 15:08:17 +03:00
vfork.c
waitpid.c
wqueue.c ostest/wqueue: Check return value for pthread ops. 2023-08-22 13:55:03 +08:00