AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de gestión de procesos / Hilos, semáforos, señales y mutex
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Allows one or more threads to exit from the area protected by the semaphore.
Reminder: Semaphores can be used to define a protected area of code that can only be executed by a specific number of threads.
Sintaxis
<Result> = SemaphoreEnd(<Semaphore name> [, <Number of exits>])
<Result>: Integer
Number of threads still found in the protected section (without counting the ones that just exited the semaphore).
<Semaphore name>: Character string
Name of semaphore to use.
<Number of exits>: Optional integer
Number of simultaneous exits from the area (1 by default).
Componente: wd300vm.dll
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 20/09/2024

Señalar un error o enviar una sugerencia | Ayuda local