| /src/lib/libthr/thread/ |
| H A D | thr_create.c | 51 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 D | hwasan_fuchsia.cpp | 72 uptr thread_start = reinterpret_cast<uptr>( in InitThreads() local 75 InitThreadList(thread_start, alloc_size); in InitThreads()
|
| /src/tools/test/stress2/misc/ |
| H A D | syzkaller68.sh | 75 static void thread_start(void* (*fn)(void*), void* arg) 198 thread_start(thr, th);
|
| H A D | syzkaller39.sh | 63 static void thread_start(void* (*fn)(void*), void* arg) 188 thread_start(thr, th);
|
| H A D | syzkaller1.sh | 58 static void thread_start(void* (*fn)(void*), void* arg) 181 thread_start(thr, th);
|
| H A D | syzkaller41.sh | 77 static void thread_start(void* (*fn)(void*), void* arg) 200 thread_start(thr, th);
|
| H A D | syzkaller11.sh | 68 static void thread_start(void* (*fn)(void*), void* arg) 193 thread_start(thr, th);
|
| H A D | syzkaller32.sh | 89 static void thread_start(void* (*fn)(void*), void* arg) 212 thread_start(thr, th);
|
| H A D | syzkaller58.sh | 74 static void thread_start(void* (*fn)(void*), void* arg) 197 thread_start(thr, th);
|
| H A D | syzkaller14.sh | 79 static void thread_start(void* (*fn)(void*), void* arg) 204 thread_start(thr, th);
|
| H A D | syzkaller43.sh | 72 static void thread_start(void* (*fn)(void*), void* arg) 195 thread_start(thr, th);
|
| H A D | syzkaller56.sh | 64 static void thread_start(void* (*fn)(void*), void* arg) 187 thread_start(thr, th);
|
| H A D | syzkaller31.sh | 78 static void thread_start(void* (*fn)(void*), void* arg) 203 thread_start(thr, th);
|
| H A D | syzkaller45.sh | 109 static void thread_start(void* (*fn)(void*), void* arg) 234 thread_start(thr, th);
|
| H A D | syzkaller49.sh | 79 static void thread_start(void* (*fn)(void*), void* arg) 202 thread_start(thr, th);
|
| H A D | syzkaller77.sh | 64 static void thread_start(void* (*fn)(void*), void* arg) 189 thread_start(thr, th);
|
| H A D | syzkaller70.sh | 83 static void thread_start(void* (*fn)(void*), void* arg) 206 thread_start(thr, th);
|
| H A D | syzkaller54.sh | 74 static void thread_start(void* (*fn)(void*), void* arg) 197 thread_start(thr, th);
|
| H A D | syzkaller4.sh | 65 static void thread_start(void* (*fn)(void*), void* arg) 190 thread_start(thr, th);
|
| H A D | syzkaller80.sh | 77 static void thread_start(void* (*fn)(void*), void* arg) 202 thread_start(thr, th);
|
| H A D | syzkaller28.sh | 78 static void thread_start(void* (*fn)(void*), void* arg) 201 thread_start(thr, th);
|
| H A D | syzkaller61.sh | 99 static void thread_start(void* (*fn)(void*), void* arg) 222 thread_start(thr, th);
|
| H A D | syzkaller64.sh | 100 static void thread_start(void* (*fn)(void*), void* arg) 249 thread_start(thr, th);
|
| H A D | syzkaller21.sh | 140 static void thread_start(void* (*fn)(void*), void* arg) 265 thread_start(thr, th);
|
| /src/contrib/llvm-project/compiler-rt/lib/safestack/ |
| H A D | safestack.cpp | 152 void *thread_start(void *arg) { in thread_start() function 277 return REAL(pthread_create)(thread, attr, thread_start, tinfo); in INTERCEPTOR()
|