OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zero_thread
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gthread/
gthread-impl.c
41
static GSystemThread
zero_thread
; /* This is initialized to all zero */
variable
90
g_system_thread_assign (info->owner,
zero_thread
);
154
if (g_system_thread_equal (info->owner,
zero_thread
))
162
g_system_thread_assign (info->owner,
zero_thread
);
176
if (info && !g_system_thread_equal (info->owner,
zero_thread
))
196
if (g_system_thread_equal (info->owner,
zero_thread
))
203
g_system_thread_assign (info->owner,
zero_thread
);
227
if (g_system_thread_equal (info->owner,
zero_thread
))
235
g_system_thread_assign (info->owner,
zero_thread
);
/external/bluetooth/glib/glib/
gthread.c
91
static GSystemThread
zero_thread
; /* This is initialized to all zero */
variable
357
g_system_thread_assign (mutex->owner,
zero_thread
);
398
g_system_thread_assign (mutex->owner,
zero_thread
);
582
g_system_thread_assign (thread->system_thread,
zero_thread
);
701
zero_thread
), NULL);
723
g_system_thread_assign (real->system_thread,
zero_thread
);
741
g_return_if_fail (!g_system_thread_equal (real->system_thread,
zero_thread
));
Completed in 282 milliseconds