diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-07-10 15:14:36 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-07-10 15:14:36 -0400 |
| commit | 20106935981d50971da0a7708a5bfdbec256049c (patch) | |
| tree | a8f117787719de25813814b46ceb3e27c6541cfc /docs/application/thread.md | |
| parent | 4b46d1e1b306a8573113aa971c5f8811256e2bd0 (diff) | |
array methods and return qualifier
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 6d3f76f..956c8ff 100644 --- a/docs/application/thread.md +++ b/docs/application/thread.md @@ -37,7 +37,7 @@ typedef struct { typedef struct { kpl_task_queue queue; - _Atomic ssize_t priority; + _Atomic size_t priority; sem_t counter; pthread_t thread; } kpl_thread; |
