Changeset 205f1add in mainline for uspace/lib/cpp/include/__bits/thread/threading.hpp
- Timestamp:
- 2018-08-23T21:14:56Z (6 years ago)
- Children:
- f33c989e
- Parents:
- e2625b1a
- git-author:
- Jakub Jermar <jakub@…> (2018-08-21 21:58:52)
- git-committer:
- Jakub Jermar <jakub@…> (2018-08-23 21:14:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/__bits/thread/threading.hpp
re2625b1a r205f1add 58 58 using thread_type = hel::fid_t; 59 59 using condvar_type = hel::fibril_condvar_t; 60 using time_unit = hel:: suseconds_t;60 using time_unit = hel::usec_t; 61 61 using shared_mutex_type = hel::fibril_rwlock_t; 62 62
Note:
See TracChangeset
for help on using the changeset viewer.