- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for get_tls (0.04 seconds)
-
doc/asm.html
through the value of an otherwise unused (as far as Go is concerned) register in the MMU. In the runtime package, assembly code can include <code>go_tls.h</code>, which defines an OS- and architecture-dependent macro <code>get_tls</code> for accessing this register. The <code>get_tls</code> macro takes one argument, which is the register to load the <code>g</code> pointer into. </p> <p>
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Nov 14 19:09:46 GMT 2025 - 36.5K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/classrealm/DefaultClassRealmManagerTest.java
assertEquals("project>modelGroup1:modelArtifact1:modelVersion1", classRealm.getId()); assertEquals(1, classRealm.getURLs().length); assertTrue( classRealm.getURLs()[0].getPath().endsWith("local/repository/some/path"), "ClassRealm URL should end with local repository path");
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 7.2K bytes - Click Count (0) -
guava-tests/test/com/google/common/base/EnumsTest.java
} @J2ktIncompatible private URL[] getClassPathUrls() { ClassLoader classLoader = getClass().getClassLoader(); return classLoader instanceof URLClassLoader ? ((URLClassLoader) classLoader).getURLs() : parseJavaClassPath().toArray(new URL[0]); } /** * Returns the URLs in the class path specified by the {@code java.class.path} {@linkplain * System#getProperty system property}. */
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 20:07:52 GMT 2025 - 8.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/WebConfigDbm.java
setupEpg(_epgMap, et -> ((WebConfig) et).getUpdatedTime(), (et, vl) -> ((WebConfig) et).setUpdatedTime(DfTypeUtil.toLong(vl)), "updatedTime"); setupEpg(_epgMap, et -> ((WebConfig) et).getUrls(), (et, vl) -> ((WebConfig) et).setUrls(DfTypeUtil.toString(vl)), "urls"); setupEpg(_epgMap, et -> ((WebConfig) et).getUserAgent(), (et, vl) -> ((WebConfig) et).setUserAgent(DfTypeUtil.toString(vl)),
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 27 07:01:25 GMT 2025 - 18.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/WebFsIndexHelper.java
final Crawler crawler = ComponentUtil.getComponent(Crawler.class); crawler.setSessionId(sid); sessionIdList.add(sid); final String urlsStr = webConfig.getUrls(); if (StringUtil.isBlank(urlsStr)) { logger.warn("[{}] No target urls. Skipped.", webConfig.getName()); break; } // interval time
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 25K bytes - Click Count (0)