Revision f3ac1c96 core/src/aos_thread.c

View differences:

core/src/aos_thread.c
25 25
 */
26 26

  
27 27
#include <aos_thread.h>
28
/******************************************************************************/
29
/* LOCAL DEFINITIONS                                                          */
30
/******************************************************************************/
31

  
32
/******************************************************************************/
33
/* EXPORTED VARIABLES                                                         */
34
/******************************************************************************/
35

  
36
/******************************************************************************/
37
/* LOCAL TYPES                                                                */
38
/******************************************************************************/
39

  
40
/******************************************************************************/
41
/* LOCAL VARIABLES                                                            */
42
/******************************************************************************/
43

  
44
/******************************************************************************/
45
/* LOCAL FUNCTIONS                                                            */
46
/******************************************************************************/
47

  
48
/******************************************************************************/
49
/* EXPORTED FUNCTIONS                                                         */
50
/******************************************************************************/
28 51

  
29 52
/**
30 53
 * @brief   Lets the calling thread sleep until the specifide system uptime.

Also available in: Unified diff