Home
last modified time | relevance | path

Searched refs:thread_info (Results 1 – 25 of 147) sorted by relevance

123456

/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc338 static void thread_cleanup(void* thread_info) in thread_cleanup() argument
340 __cxa_thread_info *info = static_cast<__cxa_thread_info*>(thread_info); in thread_cleanup()
355 free(thread_info); in thread_cleanup()
395 static __cxa_thread_info *thread_info() in thread_info() function
424 return &(thread_info()->globals); in __cxa_get_globals()
464 __cxa_thread_info *info = thread_info(); in emergency_malloc()
741 __cxa_thread_info *info = thread_info(); in throw_exception()
835 __cxa_thread_info *ti = thread_info(); in __cxa_rethrow()
1212 __cxa_thread_info *ti = thread_info();
1423 static __cxa_thread_info *info = thread_info();
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-arcmt-test/
H A Dc-arcmt-test.c92 typedef struct thread_info { struct
96 } thread_info; argument
98 thread_info *client_data = client_data_v; in thread_runner()
110 thread_info client_data; in main()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dthr_debug.c536 static ldap_debug_thread_t **thread_info; variable
571 thread_info = realloc( thread_info, new_size * sizeof(*thread_info) ); in add_thread_info()
572 assert( thread_info != NULL ); in add_thread_info()
575 thread_info[thread_info_size++] = t++; in add_thread_info()
579 t = thread_info[thread_info_used]; in add_thread_info()
594 assert( thread_info[idx] == t ); in remove_thread_info()
595 last = thread_info[--thread_info_used]; in remove_thread_info()
597 (thread_info[idx] = last)->idx = idx; in remove_thread_info()
598 (thread_info[thread_info_used] = t )->idx = thread_info_used; in remove_thread_info()
607 if( ldap_pvt_thread_equal( thread, thread_info[i]->wrapped ) ) in get_thread_info()
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/i386/
H A Dobserver.h35 struct thread_info;
169 typedef void (observer_new_thread_ftype) (struct thread_info *t);
173 extern void observer_notify_new_thread (struct thread_info *t);
177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/mipsn64el/
H A Dobserver.h35 struct thread_info;
169 typedef void (observer_new_thread_ftype) (struct thread_info *t);
173 extern void observer_notify_new_thread (struct thread_info *t);
177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/mipseb/
H A Dobserver.h35 struct thread_info;
169 typedef void (observer_new_thread_ftype) (struct thread_info *t);
173 extern void observer_notify_new_thread (struct thread_info *t);
177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/alpha/
H A Dobserver.h35 struct thread_info;
169 typedef void (observer_new_thread_ftype) (struct thread_info *t);
173 extern void observer_notify_new_thread (struct thread_info *t);
177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/mips64el/
H A Dobserver.h35 struct thread_info;
169 typedef void (observer_new_thread_ftype) (struct thread_info *t);
173 extern void observer_notify_new_thread (struct thread_info *t);
177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/sparc64/
H A Dobserver.h35 struct thread_info;
169 typedef void (observer_new_thread_ftype) (struct thread_info *t);
173 extern void observer_notify_new_thread (struct thread_info *t);
177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/armeb/
H A Dobserver.h35 struct thread_info;
169 typedef void (observer_new_thread_ftype) (struct thread_info *t);
173 extern void observer_notify_new_thread (struct thread_info *t);
177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/sh3el/
H A Dobserver.h35 struct thread_info;
169 typedef void (observer_new_thread_ftype) (struct thread_info *t);
173 extern void observer_notify_new_thread (struct thread_info *t);
177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/sparc64/
H A Dobserver.h35 struct thread_info;
169 typedef void (observer_new_thread_ftype) (struct thread_info *t);
173 extern void observer_notify_new_thread (struct thread_info *t);
177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/m68000/
H A Dobserver.h35 struct thread_info;
169 typedef void (observer_new_thread_ftype) (struct thread_info *t);
173 extern void observer_notify_new_thread (struct thread_info *t);
177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/mips64el/
H A Dobserver.h35 struct thread_info;
169 typedef void (observer_new_thread_ftype) (struct thread_info *t);
173 extern void observer_notify_new_thread (struct thread_info *t);
177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/arm/
H A Dobserver.h35 struct thread_info;
169 typedef void (observer_new_thread_ftype) (struct thread_info *t);
173 extern void observer_notify_new_thread (struct thread_info *t);
177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/arm/
H A Dobserver.h35 struct thread_info;
169 typedef void (observer_new_thread_ftype) (struct thread_info *t);
173 extern void observer_notify_new_thread (struct thread_info *t);
177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/mipsel/
H A Dobserver.h35 struct thread_info;
169 typedef void (observer_new_thread_ftype) (struct thread_info *t);
173 extern void observer_notify_new_thread (struct thread_info *t);
177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/powerpc64/
H A Dobserver.h35 struct thread_info;
169 typedef void (observer_new_thread_ftype) (struct thread_info *t);
173 extern void observer_notify_new_thread (struct thread_info *t);
177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/sparc/
H A Dobserver.h35 struct thread_info;
169 typedef void (observer_new_thread_ftype) (struct thread_info *t);
173 extern void observer_notify_new_thread (struct thread_info *t);
177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/m68k/
H A Dobserver.h35 struct thread_info;
169 typedef void (observer_new_thread_ftype) (struct thread_info *t);
173 extern void observer_notify_new_thread (struct thread_info *t);
177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/mipsn64el/
H A Dobserver.h35 struct thread_info;
169 typedef void (observer_new_thread_ftype) (struct thread_info *t);
173 extern void observer_notify_new_thread (struct thread_info *t);
177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/sh3eb/
H A Dobserver.h35 struct thread_info;
169 typedef void (observer_new_thread_ftype) (struct thread_info *t);
173 extern void observer_notify_new_thread (struct thread_info *t);
177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/mipseb/
H A Dobserver.h35 struct thread_info;
169 typedef void (observer_new_thread_ftype) (struct thread_info *t);
173 extern void observer_notify_new_thread (struct thread_info *t);
177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/mipsel/
H A Dobserver.h35 struct thread_info;
169 typedef void (observer_new_thread_ftype) (struct thread_info *t);
173 extern void observer_notify_new_thread (struct thread_info *t);
177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/powerpc/
H A Dobserver.h35 struct thread_info;
169 typedef void (observer_new_thread_ftype) (struct thread_info *t);
173 extern void observer_notify_new_thread (struct thread_info *t);
177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);

123456