Home
last modified time | relevance | path

Searched defs:ThreadInfo (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d1203 struct ThreadInfo struct
1210 * Gets a thread-local instance of ThreadInfo. argument
1218 static ThreadInfo val; in thisInfo() argument
1245 ThreadInfo t; argument
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d1019 struct ThreadInfo struct
1026 * Gets a thread-local instance of ThreadInfo. argument
1034 static ThreadInfo val; in thisInfo() argument
1045 void cleanup() in cleanup()