Smattr / clink

a modern re-implementation of Cscope
The Unlicense
43 stars 2 forks source link

pthread → C11 threading/mutexes #34

Open Smattr opened 3 years ago

Smattr commented 3 years ago

Seems as of August 2021, support for C11 threads.h is still fairly poor. This work will have to be postponed to future.

Smattr commented 2 years ago

Support is still poor and this seems not worthwhile. Migrating to C11 would be a pure syntax change, given all the platforms Clink runs on back C11 threading with pthreads anyway.

Smattr commented 4 months ago

Re-opening this as the state of C11 thread support has improved and it seems like this would be beneficial for #1, #244.