- Timestamp:
- Sep 30, 2020, 3:54:43 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:
- 29185fc
- Parents:
- 87b9332
- Location:
- doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/thread.h
r87b9332 rd035cf7 1 #pragma once 1 2 2 #include "thread_pthread.h" 3 // #include "thread_pthread.h" 4 5 #include "thread_libfibre.h" -
doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/thread_pthread.h
r87b9332 rd035cf7 98 98 //-------------------- 99 99 // Basic kernel features 100 void thrdlib_setproccnt( int ) { 101 102 } 100 void thrdlib_init( int ) {} 101 void thrdlib_clean( void ) {} 103 102 104 103
Note: See TracChangeset
for help on using the changeset viewer.