Home
last modified time | relevance | path

Searched refs:PTHREAD_CREATE (Results 1 – 10 of 10) sorted by relevance

/external/compiler-rt/lib/asan/tests/
Dasan_mac_test.cc30 PTHREAD_CREATE(&child, NULL, CFAllocatorDefaultDoubleFree, NULL); in CFAllocator_DoubleFreeOnPthread()
56 PTHREAD_CREATE(&th1, NULL, CFAllocatorAllocateToGlob, NULL); in CFAllocator_PassMemoryToAnotherThread()
58 PTHREAD_CREATE(&th2, NULL, CFAllocatorDeallocateFromGlob, NULL); in CFAllocator_PassMemoryToAnotherThread()
178 PTHREAD_CREATE(&workers[i], 0, MallocIntrospectionLockWorker, 0); in TEST()
180 PTHREAD_CREATE(&forker, 0, MallocIntrospectionLockForker, 0); in TEST()
200 PTHREAD_CREATE(&th, NULL, TSDAllocWorker, &test_key); in TEST()
Dasan_test.cc154 PTHREAD_CREATE(&th, NULL, TSDWorker, NULL); in TSDDestructor()
169 PTHREAD_CREATE(&th, NULL, TSDWorker, &test_key); in TEST()
343 PTHREAD_CREATE(&t[i], 0, ManyThreadsWorker, (void*)i); in TEST()
685 PTHREAD_CREATE(&t, 0, ThreadStackReuseFunc1, 0); in TEST()
687 PTHREAD_CREATE(&t, 0, ThreadStackReuseFunc2, 0); in TEST()
892 PTHREAD_CREATE(&t, 0, ThreadedTestAlloc, &x); in ThreadedTestSpawn()
894 PTHREAD_CREATE(&t, 0, ThreadedTestFree, &x); in ThreadedTestSpawn()
896 PTHREAD_CREATE(&t, 0, ThreadedTestUse, &x); in ThreadedTestSpawn()
930 PTHREAD_CREATE(&t, 0, ThreadedTestFunc, 0); in TEST()
1083 PTHREAD_CREATE(&t[i], 0, (void* (*)(void *x))LotsOfStackReuse, 0); in TEST()
[all …]
Dasan_noinst_test.cc104 PTHREAD_CREATE(&t[i], 0, (void* (*)(void *x))MallocStress, in TEST()
176 PTHREAD_CREATE(&t, NULL, ThreadedQuarantineTestWorker, 0); in TEST()
205 PTHREAD_CREATE(&t[i], 0, ThreadedOneSizeMallocStress, 0); in TEST()
Dasan_interface_test.cc125 PTHREAD_CREATE(&threads[i], 0, in TEST()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_mutex_test.cc109 PTHREAD_CREATE(&threads[i], 0, lock_thread<SpinMutex>, &data); in TEST()
120 PTHREAD_CREATE(&threads[i], 0, try_thread<SpinMutex>, &data); in TEST()
131 PTHREAD_CREATE(&threads[i], 0, lock_thread<BlockingMutex>, &data); in TEST()
Dsanitizer_pthread_wrappers.h26 # define PTHREAD_CREATE(a, b, c, d) ASSERT_EQ(0, pthread_create(a, b, c, d)) macro
44 inline void PTHREAD_CREATE(pthread_t *thread, void *attr, in PTHREAD_CREATE() function
Dsanitizer_allocator_test.cc558 PTHREAD_CREATE(&t, 0, AllocatorLeakTestWorker, &a); in TEST()
600 PTHREAD_CREATE(&t, 0, DeallocNewThreadWorker, params); in TEST()
848 PTHREAD_CREATE(&t[i], 0, TwoLevelByteMapUserThread, &p[i]); in TEST()
Dsanitizer_common_test.cc165 PTHREAD_CREATE(&t, 0, WorkerThread, 0); in TEST()
Dsanitizer_thread_registry_test.cc209 PTHREAD_CREATE(&threads[i], 0, RunThread, &args[i]); in ThreadedTestRegistry()
/external/mesa3d/include/GL/
Dvms_x_fix.h1016 #define pthread_create PTHREAD_CREATE