Revision e87bd7c7 doc/classdiagrams/osal.uml
| doc/classdiagrams/osal.uml | ||
|---|---|---|
| 201 | 201 |
+ {method} urtThreadGetState (thread : urt_osThread_t*) : urt_osThreadState_t
|
| 202 | 202 |
'Retrieves the calling thread itself. |
| 203 | 203 |
+ {method} urtThreadGetSelf (void) : urt_osThread_t*
|
| 204 |
'Retrieves the first child of a thread or ""NULL"". |
|
| 205 |
+ urtThreadGetChildren (thread : urt_osThread_t*) : urt_osThread_t* |
|
| 206 |
'Retrieves a sibling (next child in a list) of the thread or ""NULL"". |
|
| 207 |
+ urtThreadGetSibling (thread : urt_osThread_t*) : urt_osThread_t* |
|
| 208 |
'Retrieves the parent thread. |
|
| 209 |
+ urtThreadGetParent (thread : urt_osThread_t*) : urt_osThread_t* |
|
| 204 | 210 |
} |
| 205 | 211 |
} /'thread'/ |
| 206 | 212 |
|
Also available in: Unified diff