Home
last modified time | relevance | path

Searched refs:thread_init (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc91 static void NOINLINE thread_init() { in thread_init() function
106 thread_init(); in malloc()
114 thread_init(); in free()
121 thread_init(); in calloc()
131 thread_init(); in realloc()
145 thread_init(); in memalign()
154 thread_init(); in posix_memalign()
162 thread_init(); in valloc()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/
H A Dproxy.d28 extern (C) void thread_init();
56 thread_init(); in gc_init()
/netbsd-src/external/bsd/nvi/dist/common/
H A Dnothread.c42 thread_init(GS *gp) in thread_init() function
H A Dpthread.c47 thread_init(GS *gp) in thread_init() function
H A Dgs.c63 thread_init(gp); in gs_init()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcstub/
H A Dgc.d37 extern (C) void thread_init();
129 thread_init(); in gc_init()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Ddmain2.d71 extern (C) void thread_init() @nogc;
134 thread_init(); in rt_init()
/netbsd-src/usr.bin/mail/
H A Dthread.c469 thread_init(struct thread_s *tp, struct message *mp, int msgCount) in thread_init() function
544 thread_init(&current_thread, message, msgCount); in thread_fix_new_links()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dosthread.d2104 extern (C) void thread_init() @nogc in thread_init() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2006691 * phobos/std/thread.d (Thread.thread_init, Thread.getESP): make