mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-29 02:20:21 +00:00
add clock and mqueue interface.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1083 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -53,4 +53,6 @@ rt_inline _pthread_data_t* _pthread_get_data(pthread_t thread)
|
||||
return (_pthread_data_t*)thread->user_data;
|
||||
}
|
||||
|
||||
#define NSEC_PER_TICK (1000000000UL/RT_TICK_PER_SECOND)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user