This is Unofficial EPICS BASE Doxygen Site
osdThread.h
Go to the documentation of this file.
1 /*************************************************************************\
2 * Copyright (c) 2002 The University of Chicago, as Operator of Argonne
3 * National Laboratory.
4 * Copyright (c) 2002 The Regents of the University of California, as
5 * Operator of Los Alamos National Laboratory.
6 * EPICS BASE is distributed subject to a Software License Agreement found
7 * in file LICENSE that is included with this distribution.
8 \*************************************************************************/
9 
10 #ifndef osdThreadh
11 #define osdThreadh
12 
13 /* VxWorks 6.9 and later can support joining threads */
14 
15 #if (_WRS_VXWORKS_MAJOR == 6 && _WRS_VXWORKS_MINOR < 9)
16 #undef EPICS_THREAD_CAN_JOIN
17 #endif
18 
19 #endif /* osdThreadh */