OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTHREAD_CREATE
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/asan/tests/
asan_mac_test.cc
30
PTHREAD_CREATE
(&child, NULL, CFAllocatorDefaultDoubleFree, NULL);
56
PTHREAD_CREATE
(&th1, NULL, CFAllocatorAllocateToGlob, NULL);
58
PTHREAD_CREATE
(&th2, NULL, CFAllocatorDeallocateFromGlob, NULL);
178
PTHREAD_CREATE
(&workers[i], 0, MallocIntrospectionLockWorker, 0);
180
PTHREAD_CREATE
(&forker, 0, MallocIntrospectionLockForker, 0);
200
PTHREAD_CREATE
(&th, NULL, TSDAllocWorker, &test_key);
asan_test_utils.h
52
// Check that
pthread_create
/pthread_join return success.
53
#define
PTHREAD_CREATE
(a, b, c, d) ASSERT_EQ(0,
pthread_create
(a, b, c, d))
asan_test.cc
144
PTHREAD_CREATE
(&th, NULL, TSDWorker, NULL);
154
//
pthread_create
() to spawn the grandchild.
159
PTHREAD_CREATE
(&th, NULL, TSDWorker, &test_key);
331
PTHREAD_CREATE
(&t[i], 0, ManyThreadsWorker, (void*)i);
635
PTHREAD_CREATE
(&t, 0, ThreadStackReuseFunc1, 0);
637
PTHREAD_CREATE
(&t, 0, ThreadStackReuseFunc2, 0);
826
PTHREAD_CREATE
(&t, 0, ThreadedTestAlloc, &x);
828
PTHREAD_CREATE
(&t, 0, ThreadedTestFree, &x);
830
PTHREAD_CREATE
(&t, 0, ThreadedTestUse, &x);
862
PTHREAD_CREATE
(&t, 0, ThreadedTestFunc, 0)
[
all
...]
asan_noinst_test.cc
90
PTHREAD_CREATE
(&t[i], 0, (void* (*)(void *x))MallocStress,
300
PTHREAD_CREATE
(&t, NULL, ThreadedQuarantineTestWorker, 0);
329
PTHREAD_CREATE
(&t[i], 0, ThreadedOneSizeMallocStress, 0);
547
PTHREAD_CREATE
(&threads[i], 0,
Completed in 1623 milliseconds