~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Olaf van der Spek
  • Date: 2011-10-10 09:27:50 UTC
  • mto: (2430.1.6 rf)
  • mto: This revision was merged to the branch mainline in revision 2436.
  • Revision ID: olafvdspek@gmail.com-20111010092750-ryxgmn7zj5yvxfkf
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
Created 9/8/1995 Heikki Tuuri
25
25
*******************************************************/
26
26
 
 
27
#pragma once
27
28
#ifndef os0thread_h
28
29
#define os0thread_h
29
30
 
101
102
                                                function */
102
103
        os_thread_id_t*         thread_id);     /*!< out: id of the created
103
104
                                                thread, or NULL */
104
 
 
105
105
/*****************************************************************//**
106
106
Exits the current thread. */
107
107
UNIV_INTERN