Changeset 038110a for libcfa/src/concurrency/clib
- Timestamp:
- Oct 1, 2020, 12:48:51 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:
- e235429
- Parents:
- 4e39f51
- Location:
- libcfa/src/concurrency/clib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/clib/cfathread.cfa
r4e39f51 r038110a 34 34 extern "C" { 35 35 //-------------------- 36 // Basic thread manage nemt36 // Basic thread management 37 37 CRunner * cfathread_create( void (*main)( CRunner * ) ) { 38 38 return new( main ); -
libcfa/src/concurrency/clib/cfathread.h
r4e39f51 r038110a 17 17 #include "invoke.h" 18 18 19 #if defined(__cforall) || defined(__cplu plus)19 #if defined(__cforall) || defined(__cplusplus) 20 20 extern "C" { 21 21 #endif … … 39 39 40 40 41 #if defined(__cforall) || defined(__cplu plus)41 #if defined(__cforall) || defined(__cplusplus) 42 42 } 43 43 #endif
Note: See TracChangeset
for help on using the changeset viewer.