git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1562 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
7e9725de2f
commit
babbdde78b
|
@ -356,6 +356,7 @@ Thread *chThdAddRef(Thread *tp) {
|
|||
chSysUnlock();
|
||||
return tp;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Releases a reference to a thread object.
|
||||
* @details If the references counter reaches zero <b>and</b> the thread
|
||||
|
|
Loading…
Reference in New Issue