Home
last modified time | relevance | path

Searched refs:g_thread_priority_map (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/glib/gthread/
Dgthread-impl.c43 static gint g_thread_priority_map [G_THREAD_PRIORITY_URGENT + 1]; variable
350 g_thread_priority_map [G_THREAD_PRIORITY_LOW] = PRIORITY_LOW_VALUE; in g_thread_init()
351 g_thread_priority_map [G_THREAD_PRIORITY_NORMAL] = PRIORITY_NORMAL_VALUE; in g_thread_init()
352 g_thread_priority_map [G_THREAD_PRIORITY_HIGH] = PRIORITY_HIGH_VALUE; in g_thread_init()
353 g_thread_priority_map [G_THREAD_PRIORITY_URGENT] = PRIORITY_URGENT_VALUE; in g_thread_init()
Dgthread-posix.c146 g_thread_priority_map [priority])); in g_thread_impl_init()
347 sched.sched_priority = g_thread_priority_map [priority]; in g_thread_create_posix_impl()
352 (pthread_attr_setprio (&attr, g_thread_priority_map [priority])); in g_thread_create_posix_impl()
406 sched.sched_priority = g_thread_priority_map [priority]; in g_thread_set_priority_posix_impl()
412 g_thread_priority_map [priority])); in g_thread_set_priority_posix_impl()
Dgthread-win32.c388 g_thread_priority_map [priority])); in g_thread_set_priority_win32_impl()
DChangeLog617 g_thread_priority_map array. Initialize the array with