Searched refs:PTHREAD_CREATE (Results 1 – 10 of 10) sorted by relevance
/external/compiler-rt/lib/asan/tests/ |
D | asan_mac_test.cc | 30 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()
|
D | asan_test.cc | 154 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 …]
|
D | asan_noinst_test.cc | 104 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()
|
D | asan_interface_test.cc | 125 PTHREAD_CREATE(&threads[i], 0, in TEST()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_mutex_test.cc | 109 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()
|
D | sanitizer_pthread_wrappers.h | 26 # 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
|
D | sanitizer_allocator_test.cc | 558 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()
|
D | sanitizer_common_test.cc | 165 PTHREAD_CREATE(&t, 0, WorkerThread, 0); in TEST()
|
D | sanitizer_thread_registry_test.cc | 209 PTHREAD_CREATE(&threads[i], 0, RunThread, &args[i]); in ThreadedTestRegistry()
|
/external/mesa3d/include/GL/ |
D | vms_x_fix.h | 1016 #define pthread_create PTHREAD_CREATE
|