OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pool1
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/ARCMT/
atautorelease.m
20
NSAutoreleasePool *
pool1
= [[NSAutoreleasePool alloc] init];
22
[
pool1
release];
28
NSAutoreleasePool *
pool1
;
30
pool1
= [NSAutoreleasePool new];
37
[
pool1
release];
/external/bluetooth/glib/tests/
threadpool-test.c
175
GThreadPool *
pool1
, *pool2, *pool3;
local
179
pool1
= g_thread_pool_new ((GFunc)test_thread_pools_entry_func, NULL, 3, FALSE, NULL);
186
g_thread_pool_push (
pool1
, GUINT_TO_POINTER (i + 1), NULL);
195
g_thread_pool_free (
pool1
, TRUE, TRUE);
/external/valgrind/unittest/
racecheck_unittest.cc
[
all
...]
Completed in 1102 milliseconds