OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTHREAD_CREATE
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/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_noinst_test.cc
105
PTHREAD_CREATE
(&t[i], 0, (void* (*)(void *x))MallocStress,
177
PTHREAD_CREATE
(&t, NULL, ThreadedQuarantineTestWorker, 0);
184
PTHREAD_CREATE
(&t, NULL, ThreadedQuarantineTestWorker, 0);
215
PTHREAD_CREATE
(&t[i], 0, ThreadedOneSizeMallocStress, 0);
asan_test.cc
174
PTHREAD_CREATE
(&th, NULL, TSDWorker, NULL);
184
//
pthread_create
() to spawn the grandchild.
189
PTHREAD_CREATE
(&th, NULL, TSDWorker, &test_key);
373
PTHREAD_CREATE
(&t[i], 0, ManyThreadsWorker, (void*)i);
716
PTHREAD_CREATE
(&t, 0, ThreadStackReuseFunc1, 0);
718
PTHREAD_CREATE
(&t, 0, ThreadStackReuseFunc2, 0);
921
PTHREAD_CREATE
(&t, 0, ThreadedTestAlloc, &x);
923
PTHREAD_CREATE
(&t, 0, ThreadedTestFree, &x);
925
PTHREAD_CREATE
(&t, 0, ThreadedTestUse, &x);
959
PTHREAD_CREATE
(&t, 0, ThreadedTestFunc, 0)
[
all
...]
asan_interface_test.cc
128
PTHREAD_CREATE
(&threads[i], 0,
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_pthread_wrappers.h
26
# define
PTHREAD_CREATE
(a, b, c, d) ASSERT_EQ(0,
pthread_create
(a, b, c, d))
44
inline void
PTHREAD_CREATE
(pthread_t *thread, void *attr,
sanitizer_mutex_test.cc
109
PTHREAD_CREATE
(&threads[i], 0, lock_thread<SpinMutex>, &data);
120
PTHREAD_CREATE
(&threads[i], 0, try_thread<SpinMutex>, &data);
131
PTHREAD_CREATE
(&threads[i], 0, lock_thread<BlockingMutex>, &data);
sanitizer_thread_registry_test.cc
209
PTHREAD_CREATE
(&threads[i], 0, RunThread, &args[i]);
sanitizer_allocator_test.cc
811
PTHREAD_CREATE
(&t, 0, AllocatorLeakTestWorker, &a);
853
PTHREAD_CREATE
(&t, 0, DeallocNewThreadWorker, params);
1418
PTHREAD_CREATE
(&t[i], 0, TwoLevelByteMapUserThread, &p[i]);
sanitizer_common_test.cc
221
PTHREAD_CREATE
(&t, 0, WorkerThread, 0);
Completed in 31 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026