mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 02:47:52 +02:00
Allow setstacksize to fail. (#304790, Michael Banck)
2005-06-09 Matthias Clasen <mclasen@redhat.com> * gthread-posix.c (g_thread_create_posix_impl): Allow setstacksize to fail. (#304790, Michael Banck)
This commit is contained in:
committed by
Matthias Clasen
parent
f928d83482
commit
f15bb122ce
@@ -1,3 +1,9 @@
|
||||
2005-06-09 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/tmpl/threads.sgml: Document that stack size
|
||||
will be ignored if the underlying thread implementation
|
||||
doesn't support stack sizes.
|
||||
|
||||
2005-06-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/glib-sections.txt: Add g_utf8_collate_key_for_filename.
|
||||
|
@@ -306,9 +306,9 @@ error is set, if and only if the function returns %NULL.
|
||||
|
||||
<!-- ##### FUNCTION g_thread_create_full ##### -->
|
||||
<para>
|
||||
This function creates a new thread with the priority @priority. The
|
||||
stack gets the size @stack_size or the default value for the current
|
||||
platform, if @stack_size is 0.
|
||||
This function creates a new thread with the priority @priority. If the
|
||||
underlying thread implementation supports it, the thread gets a stack size
|
||||
of @stack_size or the default value for the current platform, if @stack_size is 0.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Reference in New Issue
Block a user