~mdcallag/+junk/5.1-map

« back to all changes in this revision

Viewing changes to include/my_pthread.h

  • Committer: msvensson at pilot
  • Date: 2007-04-24 09:11:45 UTC
  • mfrom: (2469.1.106)
  • Revision ID: sp1r-msvensson@pilot.blaudden-20070424091145-10463
Merge pilot.blaudden:/home/msvensson/mysql/my51-m-mysql_upgrade
into  pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint

Show diffs side-by-side

added added

removed removed

Lines of Context:
701
701
  Keep track of shutdown,signal, and main threads so that my_end() will not
702
702
  report errors with them
703
703
*/
 
704
 
 
705
/* Which kind of thread library is in use */
 
706
 
 
707
#define THD_LIB_OTHER 1
 
708
#define THD_LIB_NPTL  2
 
709
#define THD_LIB_LT    4
 
710
 
 
711
extern uint thd_lib_detected;
 
712
 
704
713
        /* statistics_xxx functions are for not essential statistic */
705
714
 
706
715
#ifndef thread_safe_increment