README
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. This directory contains a few test and benchmark programs that I've 
  2. developed to help me test the consistancy of the libpthread.a. 
  3. TEST
  4. ----------------------
  5. test_create Tests the pthread_create() routine. The stack addresses
  6. should be very different (ie the upper values of the
  7. address should be different) and the arg should be
  8. 0xdeadbeaf.
  9. test_switch A nondeterministic test. It should show context switching,
  10. by displaying different letters.
  11. test_sleep Timing this test should result in a time of about 20 seconds.
  12. It should sleep for 10 seconds and then print ba 10 times
  13. at the rate of about once a second.
  14. p_bench_* Benchmarks for various routines.
  15. ------------------------------------------------------------------------------
  16. Copyright (c) 1994 Chris Provenzano. All rights reserved.
  17. This product includes software developed by the Univeristy of California,
  18. Berkeley and its contributors.
  19. For further licencing and distribution restrictions see the file COPYRIGHT
  20. included in the parent directory.