~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-10-29 15:43:40 UTC
  • mfrom: (1.2.12) (2.1.19 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131029154340-2gp39el6cv8bwf2o
Tags: 1:7.2.3-2ubuntu1
* Merge from debian, remaining changes:
  - Link against boost_system because of boost_thread.
  - Add required libs to message/include.am
  - Add upstart job and adjust init script to be upstart compatible.
  - Disable -floop-parallelize-all due to gcc-4.8/4.9 compiler ICE
    http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57732

Show diffs side-by-side

added added

removed removed

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