First public contribution.
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 // Interface : POSIX, pthread
17 // POSIX implementation of pthread on Symbian
32 #ifdef __SYMBIAN_COMPILE_UNUSED__
33 int pthread_cancel (pthread_t /*thread*/)
38 int pthread_setcancelstate (int /*state*/, int* /*oldstate*/)
43 int pthread_setcanceltype (int /*type*/, int* /*oldtype*/)
49 void pthread_testcancel (void)