- File:
-
- 1 edited
-
libcfa/src/concurrency/io/setup.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/setup.cfa
r0d72d45 r6a77224 250 250 // Fixup the thread state 251 251 thrd.state = Blocked; 252 thrd.ticket = 0;252 thrd.ticket = TICKET_BLOCKED; 253 253 thrd.preempted = __NO_PREEMPTION; 254 254
Note:
See TracChangeset
for help on using the changeset viewer.