os/ossrv/glib/gthread/gthread-none.c
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
/* GLIB - Library of useful routines for C programming
sl@0
     2
 * Copyright (C) 1995-1997  Peter Mattis, Spencer Kimball and Josh MacDonald
sl@0
     3
 *
sl@0
     4
 * gthread.c: fallback thread system implementation
sl@0
     5
 * Copyright 1998 Sebastian Wilhelmi; University of Karlsruhe
sl@0
     6
 *
sl@0
     7
 * This library is free software; you can redistribute it and/or
sl@0
     8
 * modify it under the terms of the GNU Lesser General Public
sl@0
     9
 * License as published by the Free Software Foundation; either
sl@0
    10
 * version 2 of the License, or (at your option) any later version.
sl@0
    11
 *
sl@0
    12
 * This library is distributed in the hope that it will be useful,
sl@0
    13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
sl@0
    14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the GNU
sl@0
    15
 * Lesser General Public License for more details.
sl@0
    16
 *
sl@0
    17
 * You should have received a copy of the GNU Lesser General Public
sl@0
    18
 * License along with this library; if not, write to the
sl@0
    19
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
sl@0
    20
 * Boston, MA 02111-1307, USA.
sl@0
    21
 */
sl@0
    22
sl@0
    23
/*
sl@0
    24
 * Modified by the GLib Team and others 1997-2000.  See the AUTHORS
sl@0
    25
 * file for a list of people on the GLib Team.  See the ChangeLog
sl@0
    26
 * files for a list of changes.  These files are distributed with
sl@0
    27
 * GLib at ftp://ftp.gtk.org/pub/gtk/. 
sl@0
    28
 */
sl@0
    29
sl@0
    30
/* 
sl@0
    31
 * MT safe
sl@0
    32
 */
sl@0
    33
sl@0
    34
static GThreadFunctions
sl@0
    35
g_thread_functions_for_glib_use_default; /* is NULLified */
sl@0
    36
sl@0
    37
static guint64 (*g_thread_gettime_impl) (void) = NULL;
sl@0
    38
 
sl@0
    39
#define G_MUTEX_SIZE 0