diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-08 03:45:15 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-08 03:45:15 +0000 |
commit | 77979b057628e4d12a04093b8bcd2e6bbb1fdf53 (patch) | |
tree | 4a745162bbdb5b6a28f827cd7115bf705acfd468 /tests/Recursive_Mutex_Test.cpp | |
parent | 26dbd52bd99b128619c551f62fde4f14bc83aac8 (diff) | |
download | ATCD-77979b057628e4d12a04093b8bcd2e6bbb1fdf53.tar.gz |
ChangeLogTag: Wed Jul 07 22:44:22 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'tests/Recursive_Mutex_Test.cpp')
-rw-r--r-- | tests/Recursive_Mutex_Test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Recursive_Mutex_Test.cpp b/tests/Recursive_Mutex_Test.cpp index 999525d2b3e..0c2f685422c 100644 --- a/tests/Recursive_Mutex_Test.cpp +++ b/tests/Recursive_Mutex_Test.cpp @@ -87,6 +87,8 @@ main (int, ASYS_TCHAR *[]) #if defined (ACE_HAS_THREADS) ACE_Recursive_Thread_Mutex rm; + // Some platforms, such as LynxOS/PPC, have a default stack size + // that's too small. Use a bigger stack . . . size_t stack_sizes [ACE_MAX_THREADS]; for (unsigned int i = 0; i < ACE_MAX_THREADS; ++i) stack_sizes[i] = 100000; |