Home
last modified time | relevance | path

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

12

/freebsd-14.2/lib/libthr/thread/
H A Dthr_create.c47 static void thread_start(struct pthread *curthread);
155 param.start_func = (void (*)(void *)) thread_start; in _pthread_create()
251 thread_start(struct pthread *curthread) in thread_start() function
/freebsd-14.2/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()
/freebsd-14.2/tools/test/stress2/misc/
H A Dsyzkaller68.sh75 static void thread_start(void* (*fn)(void*), void* arg)
198 thread_start(thr, th);
H A Dsyzkaller1.sh58 static void thread_start(void* (*fn)(void*), void* arg)
181 thread_start(thr, th);
H A Dsyzkaller39.sh63 static void thread_start(void* (*fn)(void*), void* arg)
188 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 Dsyzkaller41.sh77 static void thread_start(void* (*fn)(void*), void* arg)
200 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 Dsyzkaller31.sh78 static void thread_start(void* (*fn)(void*), void* arg)
203 thread_start(thr, th);
H A Dsyzkaller43.sh72 static void thread_start(void* (*fn)(void*), void* arg)
195 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 Dsyzkaller56.sh64 static void thread_start(void* (*fn)(void*), void* arg)
187 thread_start(thr, th);
H A Dsyzkaller54.sh74 static void thread_start(void* (*fn)(void*), void* arg)
197 thread_start(thr, th);
H A Dsyzkaller70.sh83 static void thread_start(void* (*fn)(void*), void* arg)
206 thread_start(thr, th);
H A Dsyzkaller28.sh78 static void thread_start(void* (*fn)(void*), void* arg)
201 thread_start(thr, th);
H A Dsyzkaller4.sh65 static void thread_start(void* (*fn)(void*), void* arg)
190 thread_start(thr, th);
H A Dsyzkaller61.sh107 static void thread_start(void* (*fn)(void*), void* arg)
230 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);
H A Dsyzkaller23.sh150 static void thread_start(void* (*fn)(void*), void* arg)
275 thread_start(thr, th);
H A Dsyzkaller47.sh170 static void thread_start(void* (*fn)(void*), void* arg)
321 thread_start(thr, th);
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp127 void *thread_start(void *arg) { in thread_start() function
241 return REAL(pthread_create)(thread, attr, thread_start, tinfo); in INTERCEPTOR()

12