From 8b545291c75b7701d68fc1bb7e5c31e060f3580d Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sat, 20 Mar 2004 07:31:33 +0000 Subject: [lcd4linux @ 2004-03-20 07:31:32 by reinelt] support for HD66712 (which has a different RAM layout) further threading development --- thread.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'thread.h') diff --git a/thread.h b/thread.h index 62a35d5..a15a9f3 100644 --- a/thread.h +++ b/thread.h @@ -1,4 +1,4 @@ -/* $Id: thread.h,v 1.1 2004/03/19 06:37:47 reinelt Exp $ +/* $Id: thread.h,v 1.2 2004/03/20 07:31:33 reinelt Exp $ * * thread handling (mutex, shmem, ...) * @@ -26,6 +26,10 @@ * * * $Log: thread.h,v $ + * Revision 1.2 2004/03/20 07:31:33 reinelt + * support for HD66712 (which has a different RAM layout) + * further threading development + * * Revision 1.1 2004/03/19 06:37:47 reinelt * asynchronous thread handling started * @@ -42,6 +46,6 @@ void mutex_destroy (int semid); int shm_create (void **buffer, int size); void shm_destroy (int shmid); -int thread_create (void (*thread)(void)); +int thread_create (char *name, void (*thread)(char *name)); #endif -- cgit v1.2.3