mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
The test uses pthread to calculate the factorial of 12, with one thread for each multiplication. pthread_mutex is used for synchronization.
The test uses pthread to calculate the factorial of 12, with one thread for each multiplication. pthread_mutex is used for synchronization.