Changeset 75c7252 for libcfa/src/concurrency/clib/cfathread.cfa
- Timestamp:
- Sep 23, 2021, 2:43:44 PM (16 months ago)
- Branches:
- enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 716b62c, 814f87d
- Parents:
- 24e321c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/clib/cfathread.cfa
r24e321c r75c7252 129 129 for(i; ret) { 130 130 thread$ * thrd = (thread$ *)events[i].data.u64; 131 unpark( thrd );131 unpark( thrd, UNPARK_REMOTE ); 132 132 } 133 133 } … … 158 158 } 159 159 160 poller_cnt = 2 4;160 poller_cnt = 2; 161 161 poller_fds = alloc(poller_cnt); 162 162 pollers = alloc(poller_cnt);
Note: See TracChangeset
for help on using the changeset viewer.