Home
last modified time | relevance | path

Searched refs:_thread (Results 1 – 21 of 21) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
Dthread-specific.exp72 gdb_test {print $_thread} ".* = 0" "thread var when not running"
88 gdb_test {print $_thread} ".* = [lindex $threads 0]" "thread var in main"
127 gdb_test {print $_thread} ".* = $this_thread" "thread var at break"
/netbsd/src/sys/dev/dm/
Ddm_target_delay.c80 static void _thread(void*);
209 if (kthread_create(PRI_NONE, 0, NULL, _thread, di, NULL, in _init()
464 _thread(void *arg) in _thread() function
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Ddefault.exp668 {$_thread = 0} \
/netbsd/src/external/bsd/libarchive/dist/
DREADME.md190 * The library is generally _thread safe_ depending on the platform:
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20041069 * testsuite/22_locale/locale/cons/12658_thread-1.cc: Only xfail
2659 * testsuite/22_locale/locale/cons/12658_thread-1.cc,
2660 12658_thread-2.cc: Use __gnu_test::try_named_locale.
2677 * testsuite/22_locale/locale/cons/12658_thread.cc: Move/rename
2678 to 12658_thread-1.cc and xfail.
2679 * testsuite/22_locale/locale/cons/12658_thread-2.c: New, much
2680 simpler version of 12658_thread-1.cc, still failing on 3_3 and
4529 * testsuite/22_locale/locale/cons/12658_thread.cc: Catch exceptions.
4545 * testsuite/22_locale/locale/cons/12658_thread.cc: New.
DChangeLog-2005841 * testsuite/ext/mt_allocator/22309_thread.cc: Update names.
842 * testsuite/19_diagnostics/23591_thread-1.c: New.
1464 * testsuite/ext/mt_allocator/22309_thread.cc: Remove dg-do run.
1560 * testsuite/ext/mt_allocator/22309_thread.cc: New, use above.
3304 * testsuite/22_locale/locale/cons/12658_thread-1.cc: Likewise.
3305 * testsuite/22_locale/locale/cons/12658_thread-2.cc: Likewise.
4367 * testsuite/22_locale/locale/cons/12658_thread-1.cc: Don't XFAIL
DChangeLog-20132125 * testsuite/18_support/bad_exception/23591_thread-1.c: Add
2921 * testsuite/18_support/bad_exception/23591_thread-1.c: Likewise.
2931 * testsuite/22_locale/locale/cons/12658_thread-1.cc: Likewise.
2932 * testsuite/22_locale/locale/cons/12658_thread-2.cc: Likewise.
3126 * testsuite/ext/mt_allocator/22309_thread.cc: Likewise.
DChangeLog-2015243 * testsuite/18_support/bad_exception/23591_thread-1.c: Use
513 * testsuite/22_locale/locale/cons/12658_thread-1.cc: Likewise.
514 * testsuite/22_locale/locale/cons/12658_thread-2.cc: Likewise.
1748 * testsuite/22_locale/locale/cons/12658_thread-1.cc: Likewise.
1749 * testsuite/22_locale/locale/cons/12658_thread-2.cc: Likewise.
DChangeLog-20123332 * testsuite/22_locale/locale/cons/12658_thread-1.cc: Likewise.
3333 * testsuite/22_locale/locale/cons/12658_thread-2.cc: Likewise.
3537 * testsuite/22_locale/locale/cons/12658_thread-1.cc: Likewise.
3538 * testsuite/22_locale/locale/cons/12658_thread-2.cc: Likewise.
DChangeLog-20101985 12658_thread-1.cc, 12658_thread-2.cc, 40184.cc, 29217.cc, 38365.cc:
3987 * testsuite/22_locale/locale/cons/12658_thread-2.cc: Likewise.
3988 * testsuite/22_locale/locale/cons/12658_thread-2.cc: Likewise.
4372 * testsuite/18_support/bad_exception/23591_thread-1.c
4392 * testsuite/ext/mt_allocator/22309_thread.cc: Likewise.
4401 * testsuite/22_locale/locale/cons/12658_thread-1.cc: Likewise.
DChangeLog-20073107 * testsuite/22_locale/locale/cons/12658_thread-1.cc: Enable on
3109 * testsuite/22_locale/locale/cons/12658_thread-2.cc: Likewise.
3464 * testsuite/19_diagnostics/bad_exception/23591_thread-1.c: Move...
3465 * testsuite/18_support/bad_exception/23591_thread-1.c: ...here.
3920 * testsuite/19_diagnostics/23591_thread-1.c: Move...
3921 * testsuite/19_diagnostics/bad_exception/23591_thread-1.c: ...here.
DChangeLog-20167075 * testsuite/22_locale/locale/cons/12658_thread-1.cc: Likewise.
7076 * testsuite/22_locale/locale/cons/12658_thread-2.cc: Likewise.
7586 * testsuite/18_support/bad_exception/23591_thread-1.c: Skip test if
9232 * testsuite/18_support/bad_exception/23591_thread-1.c: Add
DChangeLog-20095522 * testsuite/18_support/bad_exception/23591_thread-1.c: Likewise.
6251 * testsuite/22_locale/locale/cons/12658_thread-1.cc: Likewise.
6252 * testsuite/22_locale/locale/cons/12658_thread-2.cc: Likewise.
8182 * testsuite/ext/mt_allocator/22309_thread.cc: Likewise.
/netbsd/src/external/gpl3/gdb/dist/gdb/doc/
Dgdb.info-9104 * $_thread, convenience variable: Threads. (line 98)
DChangeLog-1991-20212297 (Convenience Vars): Document the $_thread convenience variable.
6140 $_thread.
Dgdb.texinfo3770 @vindex $_thread@r{, convenience variable}
3773 The debugger convenience variables @samp{$_thread} and
12951 @item $_thread
/netbsd/src/external/gpl3/gdb/dist/gdb/
DNEWS3007 As consequence, thread numbers as visible in the $_thread
5196 * The new convenience variable $_thread holds the number of the
DChangeLog-20104508 (_initialize_thread): Create $_thread.
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/
DChangeLog-1993-201311703 $_sdata = void, $_thread = 0.
11951 * gdb.threads/thread-specific.exp: Add tests of $_thread.
/netbsd/src/external/gpl3/gcc/dist/
DMD5SUMS106988 9bed123847e8d5e214106e5acb26132c libstdc++-v3/testsuite/18_support/bad_exception/23591_thread-1.c
109233 4627ec989526e9b3bf3f009f6ed1c460 libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-1.cc
109234 3d67bc941105510a2870526bbad45eae libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-2.cc
114938 c2f0720a036520d598f05a180775986d libstdc++-v3/testsuite/ext/mt_allocator/22309_thread.cc
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git8560 When using $_thread in info threads to showonly the current thread,
8563 (gdb) info thread $_thread
8568 It's because $_thread is a dynamically computed convenience
8573 (gdb) info threads $_thread