mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-25 15:37:32 +00:00
Summary: - Resolves an issue where `vfork_test` was not executed following the renaming from CONFIG_ARCH_HAVE_VFORK to CONFIG_ARCH_HAVE_FORK, as detailed in https://github.com/apache/nuttx/pull/9755. Impact: - Please merge https://github.com/apache/nuttx/pull/11200 before merging this PR. Testing: - Successfully tested with rv-virt:smp64, spresense:smp, and sim:smp. Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> |
||
|---|---|---|
| .. | ||
| aio.c | ||
| barrier.c | ||
| cancel.c | ||
| CMakeLists.txt | ||
| cond.c | ||
| dev_null.c | ||
| fpu.c | ||
| getopt.c | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||
| mqueue.c | ||
| mutex.c | ||
| nsem.c | ||
| ostest.h | ||
| ostest_main.c | ||
| posixtimer.c | ||
| prioinherit.c | ||
| pthread_cleanup.c | ||
| pthread_exit.c | ||
| pthread_rwlock.c | ||
| pthread_rwlock_cancel.c | ||
| restart.c | ||
| rmutex.c | ||
| robust.c | ||
| roundrobin.c | ||
| schedlock.c | ||
| sem.c | ||
| semtimed.c | ||
| setjmp.c | ||
| setvbuf.c | ||
| sigev_thread.c | ||
| sighand.c | ||
| sighelper.c | ||
| signest.c | ||
| sigprocmask.c | ||
| smp_call.c | ||
| specific.c | ||
| sporadic.c | ||
| sporadic2.c | ||
| suspend.c | ||
| timedmqueue.c | ||
| timedmutex.c | ||
| timedwait.c | ||
| tls.c | ||
| vfork.c | ||
| waitpid.c | ||
| wqueue.c | ||