OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_threads
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/tests/refcount/
objects.c
117
GArray *
test_threads
;
local
128
test_threads
= g_array_new (FALSE, FALSE, sizeof (GThread *));
136
g_array_append_val (
test_threads
, thread);
139
g_array_append_val (
test_threads
, thread);
151
thread = g_array_index (
test_threads
, GThread *, i);
properties.c
198
GArray *
test_threads
;
local
218
test_threads
= g_array_new (FALSE, FALSE, sizeof (GThread *));
229
g_array_append_val (
test_threads
, thread);
240
thread = g_array_index (
test_threads
, GThread *, i);
signals.c
239
GArray *
test_threads
;
local
254
test_threads
= g_array_new (FALSE, FALSE, sizeof (GThread *));
262
g_array_append_val (
test_threads
, thread);
265
g_array_append_val (
test_threads
, thread);
277
thread = g_array_index (
test_threads
, GThread *, i);
Completed in 21 milliseconds