Home | History | Annotate | Download | only in glib

Lines Matching refs:real

686   GRealThread* real = (GRealThread*) g_thread_self ();
687 real->retval = retval;
694 GRealThread* real = (GRealThread*) thread;
700 g_return_val_if_fail (!g_system_thread_equal (real->system_thread,
703 G_THREAD_UF (thread_join, (&real->system_thread));
705 retval = real->retval;
723 g_system_thread_assign (real->system_thread, zero_thread);
738 GRealThread* real = (GRealThread*) thread;
741 g_return_if_fail (!g_system_thread_equal (real->system_thread, zero_thread));
748 (&real->system_thread, priority));