Changeset de53138 in mainline for uspace/lib/cpp/include/impl/thread.hpp
- Timestamp:
- 2018-07-05T21:41:21Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c71c171
- Parents:
- 6d8a63a
- git-author:
- Dzejrou <dzejrou@…> (2018-04-20 00:11:54)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/impl/thread.hpp
r6d8a63a rde53138 248 248 { /* DUMMY BODY */ } 249 249 250 fid_t id_; // For testing atm public.251 250 private: 252 id(fid_t id) 251 aux::thread_t id_; 252 253 id(aux::thread_t id) 253 254 : id_{id} 254 255 { /* DUMMY BODY */ }
Note:
See TracChangeset
for help on using the changeset viewer.