~allanlesage/ubuntu/raring/glib2.0/enable-gcov

« back to all changes in this revision

Viewing changes to glib/gthread-win32.c

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-02-07 11:27:42 UTC
  • mfrom: (1.63.15)
  • Revision ID: package-import@ubuntu.com-20130207112742-c7tk4hqwel9jefhq
Tags: 2.35.7-0ubuntu1
* New upstream release
* Refresh patches
* 08_fix_closure_invalidation.patch,
  git_ignore_fstab_bind_mount.patch,
  git_tz_double_unref.patch,
  git_gfile_completion_error.patch
  git_fix_gvariant_tuple_checking.patch: Drop, appiled upstream
* revert_btrfs_ioctl_support.patch: Drop, problem that prompted this revert
  is fixed in this release.
* Add new symbols introduced in this release. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
983
983
  return TRUE;
984
984
}
985
985
 
986
 
G_GNUC_INTERNAL void
 
986
void
987
987
g_thread_win32_init (void)
988
988
{
989
989
  if (!g_thread_lookup_native_funcs ())
992
992
  InitializeCriticalSection (&g_private_lock);
993
993
}
994
994
 
995
 
G_GNUC_INTERNAL void
 
995
void
996
996
g_thread_win32_thread_detach (void)
997
997
{
998
998
  gboolean dtors_called;