- Timestamp:
- Sep 30, 2020, 5:44:53 PM (3 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 038110a
- Parents:
- 29185fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/thread.cpp
r29185fc r4e39f51 28 28 29 29 const char * error = dlerror(); 30 if ( error ) {30 if ( required && error ) { 31 31 std::cerr << "Fetching symbol '" << symbol << "' failed with error '" << error << "'\n"; 32 32 std::abort();
Note: See TracChangeset
for help on using the changeset viewer.