Changeset 38d8849 in mainline for uspace/lib/pcut/tests
- Timestamp:
- 2018-07-16T15:58:51Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- db51219f
- Parents:
- c124c985
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-14 16:53:46)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-16 15:58:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/tests/timeout.c
rc124c985 r38d8849 30 30 31 31 #ifdef __helenos__ 32 #include < thread.h>32 #include <fibril.h> 33 33 #else 34 34 #ifdef __unix … … 46 46 { 47 47 #ifdef __helenos__ 48 thread_sleep(sec);48 fibril_sleep(sec); 49 49 #else 50 50 #ifdef __unix
Note:
See TracChangeset
for help on using the changeset viewer.