~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to storage/innodb_plugin/include/sync0arr.h

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
@return TRUE if fatal semaphore wait threshold was exceeded */
116
116
UNIV_INTERN
117
117
ibool
118
 
sync_array_print_long_waits(void);
119
 
/*=============================*/
 
118
sync_array_print_long_waits(
 
119
/*========================*/
 
120
        os_thread_id_t* waiter, /*!< out: longest waiting thread */
 
121
        const void**    sema)   /*!< out: longest-waited-for semaphore */
 
122
        __attribute__((nonnull));
120
123
/********************************************************************//**
121
124
Validates the integrity of the wait array. Checks
122
125
that the number of reserved cells equals the count variable. */