From eb02f47b126b56091ffaeaad470a48e2ac6d57b5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 10 Nov 1999 13:48:27 +0000 Subject: Committed modifications from ITRON Task and Task Dependendent Synchronization Working Group. Included are tests. --- c/src/exec/itron/src/get_tid.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'c/src/exec/itron/src/get_tid.c') diff --git a/c/src/exec/itron/src/get_tid.c b/c/src/exec/itron/src/get_tid.c index 1c5175052a..7904e3e167 100644 --- a/c/src/exec/itron/src/get_tid.c +++ b/c/src/exec/itron/src/get_tid.c @@ -24,6 +24,12 @@ ER get_tid( ID *p_tskid ) { + /* + * This does not support multiprocessing. The id handling will have + * to be enhanced to support multiprocessing. + */ + + *p_tskid = _Objects_Get_index( _Thread_Executing->Object.id ); return E_OK; } -- cgit v1.2.3