Home
last modified time | relevance | path

Searched refs:ThreadInfo (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d258 @property ref ThreadInfo thisInfo() nothrow in thisInfo()
261 return ThreadInfo.thisInfo; in thisInfo()
1103 private void unregisterMe(ref ThreadInfo me) in unregisterMe()
1203 struct ThreadInfo struct
1218 static ThreadInfo val; in thisInfo() argument
1245 ThreadInfo t; argument
1335 @property ref ThreadInfo thisInfo() nothrow;
1395 @property ref ThreadInfo thisInfo() nothrow in thisInfo()
1397 return ThreadInfo.thisInfo; in thisInfo()
1457 @property ref ThreadInfo thisInfo() nothrow in thisInfo()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d186 @property ref ThreadInfo thisInfo() nothrow in thisInfo()
189 return ThreadInfo.thisInfo; in thisInfo()
1019 struct ThreadInfo struct
1034 static ThreadInfo val; in thisInfo() argument
1140 @property ref ThreadInfo thisInfo() nothrow;
1200 @property ref ThreadInfo thisInfo() nothrow in thisInfo()
1202 return ThreadInfo.thisInfo; in thisInfo()
1262 @property ref ThreadInfo thisInfo() nothrow in thisInfo()
1268 return ThreadInfo.thisInfo; in thisInfo()
1282 ThreadInfo info;
/netbsd-src/external/gpl3/gdb/dist/gdb/doc/
H A DChangeLog-1991-202112146 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.