code wiki / thread
topic: thread
5 modules sharing the thread name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_thread.nx | clone(2)-based thread creation (CLONE_VM, CLONE_FS, | 137 | 8 |
| nx_thread_kat.nx | THE THREADING TEST: __thread_clone with a REAL function address (now that &fn works). A worker thread | 25 | 2 |
| nx_thread_pool.nx | shared-queue thread pool (Rayon-precursor). | 363 | 16 |
| nx_thread_pool_test.nx | end-to-end pool stress. Submit | 84 | 2 |
| nx_thread_spawn_test.nx | end-to-end test for __thread_clone: | 116 | 2 |