Ross ROSS = Recommend OSS · open-source software intelligence for agents

tinycthread/tinycthread

Small, portable implementation of the C11 threads API observed · 2026-08-28

github.com/tinycthread/tinycthread · homepage · C observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4692
  • days_rel: n/a
  • days_push: 977
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1043 stars · 129 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

TinyCThread is a minimalist, portable C library implementing a subset of the C11 threads API (threads, mutexes, condition variables, once semantics). It has no external dependencies and can be dropped into a project as two files or used via CMake.

Use cases

  • add multithreading to a C program portably
  • use C11 threads API on compilers without C11 thread support
  • write cross-platform threaded code for Windows, macOS, and Linux
  • drop a small threading library into a project without dependencies
  • port POSIX threads code to Windows

When to choose

  • you need C11-style threading on platforms or compilers lacking native support
  • you want a tiny, dependency-free library you can vendor into your build
  • you target Windows, macOS, and Linux with one codebase

When to avoid

  • your compiler already supports C11 <threads.h> natively
  • you need advanced features like thread pools, priorities, or the full C11 threads API
  • you need a library with active development and a formal license file

Facets

library · maturity maintenance

concurrency developer-tools developer-tools cross-platform programming-languages windows cpp c c11-threads threading portable minimalist single-file-library mutex condition-variables linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
tinycthread/tinycthreadmain32

For agents

markdown · JSON · MCP: product_card(name="tinycthread/tinycthread")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem