Changeset bd41ac52 in mainline for uspace/lib/c/generic/private/thread.h
- Timestamp:
- 2018-08-25T22:21:25Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cca80a2
- Parents:
- e2625b1a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/private/thread.h
re2625b1a rbd41ac52 49 49 extern void thread_detach(thread_id_t); 50 50 extern thread_id_t thread_get_id(void); 51 extern int thread_usleep(useconds_t);52 extern unsigned int thread_sleep(unsigned int);51 extern void thread_usleep(usec_t); 52 extern void thread_sleep(sec_t); 53 53 54 54 #endif
Note:
See TracChangeset
for help on using the changeset viewer.