Home
last modified time | relevance | path

Searched refs:thread_start (Results 1 – 25 of 39) sorted by relevance

12

/src/lib/libthr/thread/
H A Dthr_create.c51 static void thread_start(struct pthread *curthread);
161 param.start_func = (void (*)(void *)) thread_start; in _pthread_create()
257 thread_start(struct pthread *curthread) in thread_start() function
/src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_fuchsia.cpp72 uptr thread_start = reinterpret_cast<uptr>( in InitThreads() local
75 InitThreadList(thread_start, alloc_size); in InitThreads()
/src/tools/test/stress2/misc/
H A Dsyzkaller68.sh75 static void thread_start(void* (*fn)(void*), void* arg)
198 thread_start(thr, th);
H A Dsyzkaller39.sh63 static void thread_start(void* (*fn)(void*), void* arg)
188 thread_start(thr, th);
H A Dsyzkaller1.sh58 static void thread_start(void* (*fn)(void*), void* arg)
181 thread_start(thr, th);
H A Dsyzkaller41.sh77 static void thread_start(void* (*fn)(void*), void* arg)
200 thread_start(thr, th);
H A Dsyzkaller11.sh68 static void thread_start(void* (*fn)(void*), void* arg)
193 thread_start(thr, th);
H A Dsyzkaller32.sh89 static void thread_start(void* (*fn)(void*), void* arg)
212 thread_start(thr, th);
H A Dsyzkaller58.sh74 static void thread_start(void* (*fn)(void*), void* arg)
197 thread_start(thr, th);
H A Dsyzkaller14.sh79 static void thread_start(void* (*fn)(void*), void* arg)
204 thread_start(thr, th);
H A Dsyzkaller43.sh72 static void thread_start(void* (*fn)(void*), void* arg)
195 thread_start(thr, th);
H A Dsyzkaller56.sh64 static void thread_start(void* (*fn)(void*), void* arg)
187 thread_start(thr, th);
H A Dsyzkaller31.sh78 static void thread_start(void* (*fn)(void*), void* arg)
203 thread_start(thr, th);
H A Dsyzkaller45.sh109 static void thread_start(void* (*fn)(void*), void* arg)
234 thread_start(thr, th);
H A Dsyzkaller49.sh79 static void thread_start(void* (*fn)(void*), void* arg)
202 thread_start(thr, th);
H A Dsyzkaller77.sh64 static void thread_start(void* (*fn)(void*), void* arg)
189 thread_start(thr, th);
H A Dsyzkaller70.sh83 static void thread_start(void* (*fn)(void*), void* arg)
206 thread_start(thr, th);
H A Dsyzkaller54.sh74 static void thread_start(void* (*fn)(void*), void* arg)
197 thread_start(thr, th);
H A Dsyzkaller4.sh65 static void thread_start(void* (*fn)(void*), void* arg)
190 thread_start(thr, th);
H A Dsyzkaller80.sh77 static void thread_start(void* (*fn)(void*), void* arg)
202 thread_start(thr, th);
H A Dsyzkaller28.sh78 static void thread_start(void* (*fn)(void*), void* arg)
201 thread_start(thr, th);
H A Dsyzkaller61.sh99 static void thread_start(void* (*fn)(void*), void* arg)
222 thread_start(thr, th);
H A Dsyzkaller64.sh100 static void thread_start(void* (*fn)(void*), void* arg)
249 thread_start(thr, th);
H A Dsyzkaller21.sh140 static void thread_start(void* (*fn)(void*), void* arg)
265 thread_start(thr, th);
/src/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp152 void *thread_start(void *arg) { in thread_start() function
277 return REAL(pthread_create)(thread, attr, thread_start, tinfo); in INTERCEPTOR()

12