This is Unofficial EPICS BASE Doxygen Site
osdThreadExtra.c
Go to the documentation of this file.
1 /*************************************************************************\
2 * Copyright (c) 2012 ITER Organization
3 *
4 * EPICS BASE is distributed subject to a Software License Agreement found
5 * in file LICENSE that is included with this distribution.
6 \*************************************************************************/
7 
8 /* Author: Ralph Lange Date: 26 Jun 2012 */
9 
10 /* Null default thread hooks for all platforms that do not do anything special */
11 
12 #include "epicsThread.h"
13 
EPICS_THREAD_HOOK_ROUTINE epicsThreadHookMain
void(* EPICS_THREAD_HOOK_ROUTINE)(epicsThreadId id)
Definition: epicsThread.h:302
EPICS_THREAD_HOOK_ROUTINE epicsThreadHookDefault
C++ and C descriptions for a thread.