HomeSort by relevance Sort by last modified time
    Searched defs:ThreadStart (Results 1 - 6 of 6) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/cgo/
libcgo.h 32 typedef struct ThreadStart ThreadStart;
33 struct ThreadStart
42 * Makes a local copy of the ThreadStart and
45 extern void (*_cgo_thread_start)(ThreadStart *ts);
56 void _cgo_sys_thread_start(ThreadStart *ts);
  /prebuilts/go/linux-x86/src/runtime/cgo/
libcgo.h 32 typedef struct ThreadStart ThreadStart;
33 struct ThreadStart
42 * Makes a local copy of the ThreadStart and
45 extern void (*_cgo_thread_start)(ThreadStart *ts);
56 void _cgo_sys_thread_start(ThreadStart *ts);
  /external/compiler-rt/lib/msan/
msan_thread.cc 67 thread_return_t MsanThread::ThreadStart() {
73 // ThreadStart() for the worker threads.
  /external/compiler-rt/lib/lsan/
lsan_thread.cc 85 void ThreadStart(u32 tid, uptr os_id) {
  /external/compiler-rt/lib/asan/
asan_thread.cc 166 thread_return_t AsanThread::ThreadStart(
178 // ThreadStart() for the worker threads.
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 126 DPrintf("#%d: ThreadStart epoch=%zu stk_addr=%zx stk_size=%zx "
244 void ThreadStart(ThreadState *thr, int tid, uptr os_id) {

Completed in 115 milliseconds