> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XThread

> XThread

# XThread

Material de referencia para las API de XThread.

## Funciones

| Función                                                                                            | Descripción                                                                            |
| -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| [XThreadAssertNotTimeSensitive](/reference/system/xthread/functions/xthreadassertnottimesensitive) | Confirma si el subproceso que realiza la llamada está marcado como sensible al tiempo. |
| [XThreadIsTimeSensitive](/reference/system/xthread/functions/xthreadistimesensitive)               | Indica si el subproceso que realiza la llamada está marcado como sensible al tiempo.   |
| [XThreadSetTimeSensitive](/reference/system/xthread/functions/xthreadsettimesensitive)             | Establece o borra un subproceso como sensible al tiempo.                               |

## Documentación conceptual

* [Subprocesos sensibles al tiempo](https://learn.microsoft.com/gaming/gdk/docs/gdk-dev/console-dev/overviews/threads/time-sensitive-threads)
* [Uso de contenedores de C# para las API de GDK en su proyecto de Unity](/build/gdk-and-engines/unity/unity-api-wrappers)

## Consulte también

[Referencia de la API del sistema](/reference/system/gc-reference-system-toc)
[Subprocesos sensibles al tiempo](https://learn.microsoft.com/gaming/gdk/docs/gdk-dev/console-dev/overviews/threads/time-sensitive-threads)


## Related topics

- [XThreadIsTimeSensitive](/es/reference/system/xthread/functions/xthreadistimesensitive.md)
- [XThreadSetTimeSensitive](/es/reference/system/xthread/functions/xthreadsettimesensitive.md)
- [XThreadAssertNotTimeSensitive](/es/reference/system/xthread/functions/xthreadassertnottimesensitive.md)
- [XGameRuntimeFeature](/es/reference/system/xgameruntimefeature/enums/xgameruntimefeature.md)
- [Referencia de API del sistema](/es/reference/system/gc-reference-system-toc.md)
