~ubuntu-branches/debian/sid/glib2.0/sid

« back to all changes in this revision

Viewing changes to glib/tests/gwakeuptest.c

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-05-08 06:25:57 UTC
  • mfrom: (1.27.14) (3.1.181 experimental)
  • Revision ID: package-import@ubuntu.com-20130508062557-i7gbku66mls70gi2
Tags: 2.36.1-2
Merge experimental branch, upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#include <glib/gwakeup.h>
4
4
 
5
5
#ifdef _WIN32
6
 
void alarm (int sec) { }
 
6
static void alarm (int sec) { }
7
7
#endif
8
8
 
9
9
static gboolean
107
107
  g_assert (ctx->pending_tokens == NULL);
108
108
  g_assert (ctx->quit);
109
109
 
 
110
  g_mutex_clear (&ctx->lock);
110
111
  g_wakeup_free (ctx->wakeup);
111
112
}
112
113