object SynchApi

Annotations
@extern()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SynchApi
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type ConditionVariable = Ptr[_]
  2. type CriticalSection = Ptr[_]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def CreateEventA(eventAttributes: Ptr[SecurityAttributes], name: CString, flags: DWord, desiredAccess: DWord): Handle
  5. def CreateEventExA(eventAttributes: Ptr[SecurityAttributes], manualReset: Boolean, initialState: Boolean, name: CString): Handle
  6. def CreateEventExW(eventAttributes: Ptr[SecurityAttributes], manualReset: Boolean, initialState: Boolean, name: CWString): Handle
  7. def CreateEventW(eventAttributes: Ptr[SecurityAttributes], manualReset: Boolean, initialState: Boolean, name: CWString): Handle
  8. def DeleteCriticalSection(criticalSection: CriticalSection): Unit
  9. def EnterCriticalSection(criticalSection: CriticalSection): Unit
    Annotations
    @blocking()
  10. def InitializeConditionVariable(conditionVariable: ConditionVariable): Unit
  11. def InitializeCriticalEx(criticalSection: CriticalSection, spinCount: DWord, flags: DWord): Boolean
  12. def InitializeCriticalSection(criticalSection: CriticalSection): Unit
  13. def InitializeCriticalSectionAndSpinCount(criticalSection: CriticalSection, spinCount: DWord): Boolean
  14. def LeaveCriticalSection(criticalSection: CriticalSection): Unit
  15. def ResetEvent(event: Handle): Boolean
  16. def SetCriticalSectionSpinCount(criticalSection: CriticalSection, spinCount: DWord): DWord
  17. def SetEvent(event: Handle): Boolean
  18. def SizeOfConditionVariable: CSize
    Annotations
    @name("scalanative_sizeof_ConditionVariable")
  19. def SizeOfCriticalSection: CSize
    Annotations
    @name("scalanative_sizeof_CriticalSection")
  20. def Sleep(milliseconds: DWord): Unit
    Annotations
    @blocking()
  21. def SleepConditionVariableCS(conditionVariable: ConditionVariable, criticalSection: CriticalSection, milliseconds: DWord): Boolean
    Annotations
    @blocking()
  22. def TryEnterCriticalSection(criticalSection: CriticalSection): Boolean
  23. def WaitForSingleObject(ref: Handle, miliseconds: DWord): DWord
    Annotations
    @blocking()
  24. def WakeAllConditionVariable(conditionVariable: ConditionVariable): Unit
  25. def WakeConditionVariable(conditionVariable: ConditionVariable): Unit
  26. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  27. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  30. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  31. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped