~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/include/os0thread.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
typedef unsigned long           os_thread_id_t; /*!< In Windows the thread id
48
48
                                                is an unsigned long int */
49
49
#else
 
50
#include <pthread.h>
50
51
typedef pthread_t               os_thread_t;
51
52
typedef os_thread_t             os_thread_id_t; /*!< In Unix we use the thread
52
53
                                                handle itself as the id of