nuttx-apps/testing/sched/pthread_mutex_perf
Alan Carvalho de Assis 8cb7dd0694 apps/testing: Add pthread_mutex_perf created by Anchao
During the discussion about the impact of adding counter to TCB
Mr anchao created a pthread mutex performance example:
https://github.com/apache/nuttx/pull/17468#issuecomment-3660925314

Because this example can exercise (not ideally) the pthread mutex
I decided to add it to apps/testing/sched, the program name will
be called "pmutexp" (because "pmp" is not a good name).

Signed-off-by: Alan C. Assis <acassis@gmail.com>
2025-12-16 20:57:58 -03:00
..
CMakeLists.txt apps/testing: Add pthread_mutex_perf created by Anchao 2025-12-16 20:57:58 -03:00
Kconfig apps/testing: Add pthread_mutex_perf created by Anchao 2025-12-16 20:57:58 -03:00
Make.defs apps/testing: Add pthread_mutex_perf created by Anchao 2025-12-16 20:57:58 -03:00
Makefile apps/testing: Add pthread_mutex_perf created by Anchao 2025-12-16 20:57:58 -03:00
pthread_mutex_perf.c apps/testing: Add pthread_mutex_perf created by Anchao 2025-12-16 20:57:58 -03:00