- Timestamp:
- Dec 15, 2020, 10:26:35 PM (2 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 13fece5, 42f6e07
- Parents:
- dd92fe9 (diff), 72b1800 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/pthread.hpp
rdd92fe9 r54eb1bb3 1 #pragma once 2 1 3 #include <pthread.h> 2 4 #include <errno.h> … … 97 99 // Basic kernel features 98 100 void thrdlib_init( int ) {} 101 void thrdlib_clean( void ) {} 99 102 }
Note: See TracChangeset
for help on using the changeset viewer.