Changeset 063e0626 in mainline for uspace/lib/cpp/include/impl/thread.hpp
- Timestamp:
- 2018-07-05T21:41:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a75f3e49
- Parents:
- 4fe4ea6
- git-author:
- Dzejrou <dzejrou@…> (2018-03-02 19:55:30)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/impl/thread.hpp
r4fe4ea6 r063e0626 34 34 #include <ostream> 35 35 36 extern "C" { 37 #include <fibril.h> 38 #include <fibril_synch.h> 39 } 40 36 41 namespace std 37 42 { 38 extern "C" {39 #include <fibril.h>40 #include <fibril_synch.h>41 }42 43 43 namespace aux 44 44 { … … 200 200 (*callable)(); 201 201 202 if (callable->detached()) // No thread owns the wrapper.202 if (callable->detached()) 203 203 delete callable; 204 204
Note:
See TracChangeset
for help on using the changeset viewer.