~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/pthread_globals.h

  • Committer: Joe Daly
  • Date: 2010-05-27 02:59:16 UTC
  • mto: This revision was merged to the branch mainline in revision 1614.
  • Revision ID: skinny.moey@gmail.com-20100527025916-o4wieb1hxk2shq4u
add status_vars to scoreboard, initial pass

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
extern pthread_cond_t COND_refresh;
37
37
extern pthread_cond_t COND_thread_count;
38
38
extern pthread_cond_t COND_global_read_lock;
 
39
extern pthread_cond_t  COND_server_end;
39
40
extern pthread_attr_t connection_attrib;
40
41
extern pthread_t signal_thread;
41
42