Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 38 for thread_name (0.1 sec)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/RealCall.kt

    import okhttp3.internal.http.CallServerInterceptor
    import okhttp3.internal.http.RealInterceptorChain
    import okhttp3.internal.http.RetryAndFollowUpInterceptor
    import okhttp3.internal.platform.Platform
    import okhttp3.internal.threadName
    import okio.AsyncTimeout
    import okio.Timeout
    
    /**
     * Bridge between OkHttp's application and network layers. This class exposes high-level application
     * layer primitives: connections, requests, responses, and streams.
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 30 11:30:11 UTC 2025
    - 17.8K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/internal/concurrent/TaskRunnerTest.kt

          "FINE: Q10001 finished run in   0 µs: task two",
        )
      }
    
      @Test fun taskNameIsUsedForThreadNameWhenRunning() {
        redQueue.execute("lucky task") {
          log += "run threadName:${Thread.currentThread().name}"
        }
    
        taskFaker.advanceUntil(0.µs)
        assertThat(log).containsExactly("run threadName:lucky task")
    
        taskFaker.assertNoMoreTasks()
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 23K bytes
    - Viewed (0)
  3. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/-UtilJvm.kt

        }
      } catch (_: SocketTimeoutException) {
        true // Read timed out; socket is good.
      } catch (_: IOException) {
        false // Couldn't read; socket is closed.
      }
    
    internal inline fun threadName(
      name: String,
      block: () -> Unit,
    ) {
      val currentThread = Thread.currentThread()
      val oldName = currentThread.name
      currentThread.name = name
      try {
        block()
      } finally {
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 10.2K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_en.properties

    labels.query=Query
    labels.queryId=Query ID
    labels.rt=rt
    labels.searchLog=Search Log
    labels.sort=Sort
    labels.start=Start
    labels.loginRequired=Login Required
    labels.loginLink=Show Login Link
    labels.threadName=Thread Name
    labels.url=URL
    labels.userFavorite=Favorite Log
    labels.userInfo=User Info
    labels.webApiJson=JSON Response
    labels.webConfigName=Web Crawl Config Name
    labels.allLanguages=All Languages
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_zh_TW.properties

    labels.logLevel=日誌級別
    labels.purgeSearchLogDay=刪除搜尋日誌
    labels.query=查詢
    labels.queryId=查詢ID
    labels.rt=rt
    labels.searchLog=搜尋日誌
    labels.sort=排序
    labels.start=開始位置
    labels.loginRequired=需要登入
    labels.loginLink=顯示登入連結
    labels.threadName=執行緒名稱
    labels.url=URL
    labels.userFavorite=收藏日誌
    labels.userInfo=使用者資訊
    labels.webApiJson=JSON響應
    labels.webConfigName=Web爬網配置名稱
    labels.allLanguages=所有語言
    labels.dictId=字典ID
    labels.docId=文檔ID
    labels.endTime=結束時間
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_de.properties

    labels.query=Abfrage
    labels.queryId=Abfrage-ID
    labels.rt=rt
    labels.searchLog=Suchprotokoll
    labels.sort=Sortieren
    labels.start=Start
    labels.loginRequired=Anmeldung erforderlich
    labels.loginLink=Anmeldelink anzeigen
    labels.threadName=Thread-Name
    labels.url=URL
    labels.userFavorite=Favoritenprotokoll
    labels.userInfo=Benutzerinformationen
    labels.webApiJson=JSON-Antwort
    labels.webConfigName=Webcrawl-Konfigurationsname
    labels.allLanguages=Alle Sprachen
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
  7. src/main/resources/fess_label_pl.properties

    labels.queryId=ID zapytania
    labels.rt=rt
    labels.searchLog=Dziennik wyszukiwania
    labels.sort=Sortuj
    labels.start=Pozycja początkowa
    labels.loginRequired=Wymagane logowanie
    labels.loginLink=Pokaż link do logowania
    labels.threadName=Nazwa wątku
    labels.url=URL
    labels.userFavorite=Dziennik ulubionych
    labels.userInfo=Informacje o użytkowniku
    labels.webApiJson=Odpowiedź JSON
    labels.webConfigName=Nazwa konfiguracji indeksowania stron internetowych
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_nl.properties

    labels.query=Query
    labels.queryId=Query-ID
    labels.rt=rt
    labels.searchLog=Zoeklogboek
    labels.sort=Sorteren
    labels.start=Startpositie
    labels.loginRequired=Inloggen vereist
    labels.loginLink=Inloglink weergeven
    labels.threadName=Threadnaam
    labels.url=URL
    labels.userFavorite=Favorietenlogboek
    labels.userInfo=Gebruikersinformatie
    labels.webApiJson=JSON-antwoord
    labels.webConfigName=Webcrawlconfiguratienaam
    labels.allLanguages=Alle talen
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
  9. src/main/resources/fess_label.properties

    labels.query=Query
    labels.queryId=Query ID
    labels.rt=rt
    labels.searchLog=Search Log
    labels.sort=Sort
    labels.start=Start
    labels.loginRequired=Login Required
    labels.loginLink=Show Login Link
    labels.threadName=Thread Name
    labels.url=URL
    labels.userFavorite=Favorite Log
    labels.userInfo=User Info
    labels.webApiJson=JSON Response
    labels.webConfigName=Web Crawl Config Name
    labels.allLanguages=All Languages
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 28 08:40:50 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_es.properties

    labels.rt=rt
    labels.searchLog=Registro de búsqueda
    labels.sort=Ordenar
    labels.start=Posición de inicio
    labels.loginRequired=Requiere inicio de sesión
    labels.loginLink=Mostrar enlace de inicio de sesión
    labels.threadName=Nombre del hilo
    labels.url=URL
    labels.userFavorite=Registro de favoritos
    labels.userInfo=Información del usuario
    labels.webApiJson=Respuesta JSON
    labels.webConfigName=Nombre de configuración de rastreo web
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
Back to top