diff options
| author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-24 10:28:43 +0000 |
|---|---|---|
| committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-24 10:28:43 +0000 |
| commit | 5181b1e391f3480d375a484fb55e70fd5586a5d1 (patch) | |
| tree | f5a52fd64f69f31c40cc55a404c599d61dd70cd7 /os/rt/include | |
| parent | 54e8a6c9e2a71902af35b4ec25f087719192c130 (diff) | |
| download | ChibiOS-5181b1e391f3480d375a484fb55e70fd5586a5d1.tar.gz ChibiOS-5181b1e391f3480d375a484fb55e70fd5586a5d1.tar.bz2 ChibiOS-5181b1e391f3480d375a484fb55e70fd5586a5d1.zip | |
Enhanced registry.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8939 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/include')
| -rw-r--r-- | os/rt/include/chregistry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/rt/include/chregistry.h b/os/rt/include/chregistry.h index 39029b195..a786e93a0 100644 --- a/os/rt/include/chregistry.h +++ b/os/rt/include/chregistry.h @@ -108,6 +108,8 @@ extern "C" { extern ROMCONST chdebug_t ch_debug;
thread_t *chRegFirstThread(void);
thread_t *chRegNextThread(thread_t *tp);
+ thread_t *chRegFindThreadByName(const char *name);
+ thread_t *chRegFindThreadByPointer(thread_t *tp);
#ifdef __cplusplus
}
#endif
|
