Changeset 1757f98 for libcfa/src/concurrency/kernel.hfa
- Timestamp:
- Nov 19, 2021, 3:03:54 PM (9 months ago)
- Branches:
- enum, forall-pointer-decay, master, pthread-emulation
- Children:
- cd4c605
- Parents:
- a633f6f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.hfa
ra633f6f r1757f98 100 100 101 101 // Idle lock (kernel semaphore) 102 int idle ;102 int idle_fd; 103 103 104 104 // Termination synchronisation (user semaphore)
Note: See TracChangeset
for help on using the changeset viewer.