Skip to content
  • Allison Karlitskaya's avatar
    Deprecate g_thread_create_full() · 14e6377a
    Allison Karlitskaya authored
    Replace it with g_thread_create_with_stack_size() and a real function
    implementation of g_thread_create().
    
    Modify a testcase that was calling g_thread_create_full()
    inappropriately (it was using the default values anyway).
    14e6377a