a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 realtime.library
  CreatePlayer
  DeletePlayer
  ExternalSync
  FindConductor
  GetPlayerAttrsA
  LockRealTime
  NextConductor
  SetConductorState
  SetPlayerAttrs
  UnlockRealTime
Include
GuruMeditation
Docs » Autodocs » realtime.library » LockRealTime

NAME

	LockRealTime -- prevent other tasks from changing internal structures.
(V37)

SYNOPSIS

	lockHandle = LockRealTime(lockType);
D0 D0
APTR LockRealTime(ULONG);

FUNCTION

	This routine will lock the internal sempahores in the RealTime library.
If they are already locked by another task, this routine will wait
until they are free.

INPUTS

	lockType - the internal list to lock. Only RT_CONDUCTORS is
currently defined.

RESULT

	handle - if lockType is valid, returns a value that must be passed
later to UnlockRealTime() to unlock the list. Returns NULL
if passed an invalid lock type.

SEE ALSO

UnlockRealTime()

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Paradox

TRSI
DC
PDX
RBS

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se