diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-07-13 17:02:34 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-07-13 17:02:34 -0400 |
| commit | 4c008d258f6fd23fd64e2a6b059448748d7f7d24 (patch) | |
| tree | 6db6b1d6526c17ce338a5146706bd9c5d8e5929e /docs/application/thread.md | |
| parent | f1773b4959a35f28b37617f775f4fc1683e4f654 (diff) | |
every type has access to its parent
Diffstat (limited to 'docs/application/thread.md')
| -rw-r--r-- | docs/application/thread.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/application/thread.md b/docs/application/thread.md index e5b3981..c0ad199 100644 --- a/docs/application/thread.md +++ b/docs/application/thread.md @@ -35,7 +35,7 @@ typedef struct { typedef struct { kpl_task_queue queue; - _Atomic size_t priority; + _Atomic ssize_t priority; sem_t counter; pthread_t thread; } kpl_thread; |
