Files
workspace-info/catalog/posix-threads.json
T

23 lines
2.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"id": "posix-threads",
"title": "POSIX Threads",
"catalog_only": true,
"cards": [
{"id": "PT01", "repo": "lab-posix-process-thread", "number": "01", "title": "Process and Thread Execution Context", "status": "planned"},
{"id": "PT02", "repo": "lab-posix-pthread-create-join", "number": "02", "title": "pthread_create, pthread_join and Lifecycle", "status": "planned"},
{"id": "PT03", "repo": "lab-posix-thread-arguments", "number": "03", "title": "Arguments, Return Values and Ownership", "status": "planned"},
{"id": "PT04", "repo": "lab-posix-data-races", "number": "04", "title": "Data Races and the Happens-before Question", "status": "planned"},
{"id": "PT05", "repo": "lab-posix-mutex", "number": "05", "title": "Mutex, Critical Section and Deadlock", "status": "planned"},
{"id": "PT06", "repo": "lab-posix-condition-variable", "number": "06", "title": "Condition Variables and Predicates", "status": "planned"},
{"id": "PT07", "repo": "lab-posix-producer-consumer", "number": "07", "title": "Bounded ProducerConsumer Queue", "status": "planned"},
{"id": "PT08", "repo": "lab-posix-semaphore", "number": "08", "title": "POSIX Semaphores", "status": "planned"},
{"id": "PT09", "repo": "lab-posix-rwlock", "number": "09", "title": "ReaderWriter Lock", "status": "planned"},
{"id": "PT10", "repo": "lab-posix-atomics", "number": "10", "title": "C Atomics and Memory Ordering", "status": "planned"},
{"id": "PT11", "repo": "lab-posix-cancellation-cleanup", "number": "11", "title": "Cancellation, Cleanup and Safe Shutdown", "status": "planned"},
{"id": "PT12", "repo": "lab-posix-thread-local", "number": "12", "title": "Thread-local Storage", "status": "planned"},
{"id": "PT13", "repo": "lab-posix-scheduling", "number": "13", "title": "Scheduling Policy, Priority and Affinity", "status": "planned"},
{"id": "PT14", "repo": "lab-posix-thread-debugging", "number": "14", "title": "GDB, Sanitizers and Race Evidence", "status": "planned"},
{"id": "PT15", "repo": "lab-posix-freertos-comparison", "number": "15", "title": "POSIX Threads vs FreeRTOS Integration", "status": "planned"}
]
}