mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
Made g_thread_min_stack_size static.
2001-01-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gthread-solaris.c, gthread-posix.c: Made g_thread_min_stack_size static. 2CVS: ----------------------------------------------------------------------
This commit is contained in:
parent
07267bf096
commit
b1d840c20a
@ -1,3 +1,8 @@
|
|||||||
|
2001-01-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
|
* gthread-solaris.c, gthread-posix.c: Made g_thread_min_stack_size
|
||||||
|
static.
|
||||||
|
|
||||||
2000-11-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
2000-11-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* gthread-impl.c: Revamped errorcheck mutexes and added errorcheck
|
* gthread-impl.c: Revamped errorcheck mutexes and added errorcheck
|
||||||
|
@ -115,7 +115,7 @@ static gboolean posix_check_cmd_prio_warned = FALSE;
|
|||||||
# define PRIORITY_URGENT_VALUE POSIX_MAX_PRIORITY
|
# define PRIORITY_URGENT_VALUE POSIX_MAX_PRIORITY
|
||||||
#endif /* POSIX_MIN_PRIORITY && POSIX_MAX_PRIORITY */
|
#endif /* POSIX_MIN_PRIORITY && POSIX_MAX_PRIORITY */
|
||||||
|
|
||||||
gulong g_thread_min_stack_size = 0;
|
static gulong g_thread_min_stack_size = 0;
|
||||||
|
|
||||||
#define G_MUTEX_SIZE (sizeof (pthread_mutex_t))
|
#define G_MUTEX_SIZE (sizeof (pthread_mutex_t))
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
if( error ) { solaris_print_error( what, error ); } \
|
if( error ) { solaris_print_error( what, error ); } \
|
||||||
}G_STMT_END
|
}G_STMT_END
|
||||||
|
|
||||||
gulong g_thread_min_stack_size = 0;
|
static gulong g_thread_min_stack_size = 0;
|
||||||
|
|
||||||
#define G_MUTEX_SIZE (sizeof (mutex_t))
|
#define G_MUTEX_SIZE (sizeof (mutex_t))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user