mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-30 00:41:17 +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.