{"id":13605747,"url":"https://github.com/tinycthread/tinycthread","last_synced_at":"2025-04-12T05:34:26.842Z","repository":{"id":37431991,"uuid":"13938338","full_name":"tinycthread/tinycthread","owner":"tinycthread","description":"Small, portable implementation of the C11 threads API","archived":false,"fork":false,"pushed_at":"2023-12-30T20:21:41.000Z","size":113,"stargazers_count":909,"open_issues_count":26,"forks_count":119,"subscribers_count":44,"default_branch":"master","last_synced_at":"2024-08-02T19:38:21.678Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tinycthread.github.io/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tinycthread.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2013-10-28T20:57:13.000Z","updated_at":"2024-08-01T17:50:41.000Z","dependencies_parsed_at":"2024-01-14T06:53:36.405Z","dependency_job_id":"f3e76271-bf4e-4356-88c3-fa76a18a48a5","html_url":"https://github.com/tinycthread/tinycthread","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinycthread%2Ftinycthread","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinycthread%2Ftinycthread/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinycthread%2Ftinycthread/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinycthread%2Ftinycthread/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinycthread","download_url":"https://codeload.github.com/tinycthread/tinycthread/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223498016,"owners_count":17155242,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T19:01:02.269Z","updated_at":"2024-11-07T10:31:09.266Z","avatar_url":"https://github.com/tinycthread.png","language":"C","readme":"TinyCThread v1.2\n================\n\nhttps://tinycthread.github.io\n\n\nAbout\n-----\n\nTinyCThread is a minimalist, portable, threading library for C, intended to\nmake it easy to create multi threaded C applications.\n\nThe library is closesly modeled after the C11 standard, but only a subset is\nimplemented at the moment.\n\nSee the documentation in the doc/html directory for more information.\n\n\nUsing TinyCThread\n-----------------\n\nTo use TinyCThread in your own project, just add tinycthread.c and\ntinycthread.h to your project. In your own code, do:\n\n#include \u003ctinycthread.h\u003e\n\nTinyCThread also includes CMake support, so if your project uses CMake\nyou can just `add_subdirectory(tinycthread)`. Then simply add the\ntinycthread target (using `target_link_libraries`) where necessary and\nCMake will take care of everything else, including adding the correct\ninclude directory and CTest integration.\n\n\nBuilding the test programs\n--------------------------\n\nFrom the test folder, issue one of the following commands:\n\nLinux, Mac OS X, OpenSolaris etc:\n  make   (you may need to use gmake on some systems)\n\nWindows/MinGW:\n  mingw32-make\n\nWindows/MS Visual Studio:\n  nmake /f Makefile.msvc\n\n\nHistory\n-------\n\nv1.2 - Unreleased\n  - Updated API to better match the final specification (e.g. removed mtx_try)\n  - Improved Windows support, including TSS destructors\n  - Added once support\n  - Improved unit testing\n  - Added CMake support\n  - Assorted bug fixes\n\nv1.1 - 2012.9.8\n  - First release.\n  - Updated API to better match the final specification (e.g. removed xtime).\n  - Some functionality still missing (mtx_timedlock, TSS destructors under\n    Windows, ...).\n\nv1.0 - Never released\n  - Development version based on C11 specification draft.\n\n\n\nLicense\n-------\n\nCopyright (c) 2012 Marcus Geelnard\n              2013-2016 Evan Nemerson\n\nThis software is provided 'as-is', without any express or implied\nwarranty. In no event will the authors be held liable for any damages\narising from the use of this software.\n\nPermission is granted to anyone to use this software for any purpose,\nincluding commercial applications, and to alter it and redistribute it\nfreely, subject to the following restrictions:\n\n    1. The origin of this software must not be misrepresented; you must not\n    claim that you wrote the original software. If you use this software\n    in a product, an acknowledgment in the product documentation would be\n    appreciated but is not required.\n\n    2. Altered source versions must be plainly marked as such, and must not be\n    misrepresented as being the original software.\n\n    3. This notice may not be removed or altered from any source\n    distribution.\n","funding_links":[],"categories":["C"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinycthread%2Ftinycthread","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinycthread%2Ftinycthread","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinycthread%2Ftinycthread/lists"}