Changeset bfcf6b9 for libcfa/src/concurrency/io
- Timestamp:
- Dec 10, 2020, 3:20:33 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 297cf18
- Parents:
- c920317
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/setup.cfa
rc920317 rbfcf6b9 132 132 // Wait for the io poller thread to finish 133 133 134 pthread_join( iopoll.thrd, 0p ); 135 free( iopoll.stack ); 134 __destroy_pthread( iopoll.thrd, iopoll.stack, 0p ); 136 135 137 136 int ret = close(iopoll.epollfd);
Note: See TracChangeset
for help on using the changeset viewer.