Go to file
Vftdan 67fb39b808 Fix thread.posix.c
- Fix memory leak when thread_spawn fails
- Remove incorrect assertion (pthread_t in general case is neither scalar
  nor non-zero)
2024-10-24 10:23:51 +02:00
src Fix thread.posix.c 2024-10-24 10:23:51 +02:00
.gitignore Add .gitignore 2024-10-23 14:16:36 +02:00
Makefile Basic thread wrapper 2024-10-23 14:15:11 +02:00
common.mk Basic thread wrapper 2024-10-23 14:15:11 +02:00