Changeset f03e11d for libcfa/src/concurrency/clib/cfathread.h
- Timestamp:
- Mar 15, 2021, 5:30:49 PM (2 years ago)
- Branches:
- ADT, arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- d0cd933
- Parents:
- 9528767
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/clib/cfathread.h
r9528767 rf03e11d 105 105 ssize_t cfathread_read(int fildes, void *buf, size_t nbyte); 106 106 107 void cfathread_suspendFD(int fd);108 void cfathread_resumeFD (int fd);109 110 107 #if defined(__cforall) || defined(__cplusplus) 111 108 }
Note: See TracChangeset
for help on using the changeset viewer.