Remove unnecessary os_procName and os_procNamePid functions
Signed-off-by: Jeroen Koekkoek <jeroen@koekkoek.nl>
This commit is contained in:
parent
a2aab8eab2
commit
0bc263e537
34 changed files with 33 additions and 455 deletions
|
@ -42,9 +42,6 @@ os_threadAttr mutex_os_threadAttr;
|
|||
os_threadId mutex_os_threadId[4];
|
||||
os_time delay1 = { 5, 0 };
|
||||
os_time pdelay = { 1, 0 };
|
||||
os_procId mutex_os_procId;
|
||||
os_procId mutex_os_procId1;
|
||||
os_procId mutex_os_procId2;
|
||||
char buffer[512];
|
||||
int supported_resultBusy;
|
||||
int loop;
|
||||
|
|
|
@ -57,7 +57,6 @@ os_threadAttr rwlock_os_threadAttr;
|
|||
os_threadId rwlock_os_threadId[RWLOCK_THREADS];
|
||||
static int i;
|
||||
char buffer[512];
|
||||
os_procId rwlock_os_procId;
|
||||
int supported_resultBusy;
|
||||
int loop;
|
||||
static shared_data sd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue