added thread private test

This commit is contained in:
Jeff Hill
2001-03-28 15:49:25 +00:00
parent 34ea7db15b
commit 8b782cd6bb
3 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
/* $Id$ */
/* Author: Jeff Hill Date: March 28 2001 */
void epicsThreadPrivateTest ();
int main ()
{
epicsThreadPrivateTest ();
return 0;
}