X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=cups%2Fthread.c;fp=cups%2Fthread.c;h=ea49f1d9ca0213b60643fc2227a7122a2210c0be;hp=8c45252219d9514a67315db76e3f92b02aa5d2ef;hb=1a18c85cd15c6af88ec2c3a5ece0d67add6f56a7;hpb=b60086f8ae7ff126ecb97cf6d400d6d4a5c6f571 diff --git a/cups/thread.c b/cups/thread.c index 8c4525221..ea49f1d9c 100644 --- a/cups/thread.c +++ b/cups/thread.c @@ -1,28 +1,17 @@ /* - * "$Id: thread.c 11642 2014-02-27 15:57:59Z msweet $" + * "$Id: thread.c 11627 2014-02-20 16:15:09Z msweet $" * - * Threading primitives for CUPS. + * Threading primitives for CUPS. * - * Copyright 2009-2012 by Apple Inc. + * Copyright 2009-2014 by Apple Inc. * - * These coded instructions, statements, and computer programs are the - * property of Apple Inc. and are protected by Federal copyright - * law. Distribution and use rights are outlined in the file "LICENSE.txt" - * which should have been included with this file. If this file is - * file is missing or damaged, see the license at "http://www.cups.org/". + * These coded instructions, statements, and computer programs are the + * property of Apple Inc. and are protected by Federal copyright + * law. Distribution and use rights are outlined in the file "LICENSE.txt" + * which should have been included with this file. If this file is + * file is missing or damaged, see the license at "http://www.cups.org/". * - * This file is subject to the Apple OS-Developed Software exception. - * - * Contents: - * - * _cupsMutexInit() - Initialize a mutex. - * _cupsMutexLock() - Lock a mutex. - * _cupsMutexUnlock() - Unlock a mutex. - * _cupsRWInit() - Initialize a reader/writer lock. - * _cupsRWLockRead() - Acquire a reader/writer lock for reading. - * _cupsRWLockWrite() - Acquire a reader/writer lock for writing. - * _cupsRWUnlock() - Release a reader/writer lock. - * _cupsThreadCreate() - Create a thread. + * This file is subject to the Apple OS-Developed Software exception. */ /* @@ -334,5 +323,5 @@ _cupsThreadCreate( /* - * End of "$Id: thread.c 11642 2014-02-27 15:57:59Z msweet $". + * End of "$Id: thread.c 11627 2014-02-20 16:15:09Z msweet $". */