Uses of Class
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.OpaqueMPTaskID

Packages that use CarbonCoreLibrary.OpaqueMPTaskID
org.rococoa.cocoa.carboncore   
 

Uses of CarbonCoreLibrary.OpaqueMPTaskID in org.rococoa.cocoa.carboncore
 

Fields in org.rococoa.cocoa.carboncore declared as CarbonCoreLibrary.OpaqueMPTaskID
 CarbonCoreLibrary.OpaqueMPTaskID MPCriticalRegionInfo.owningTask
           
 CarbonCoreLibrary.OpaqueMPTaskID MPSemaphoreInfo.waitingTaskID
          First waiting task.
 CarbonCoreLibrary.OpaqueMPTaskID MPQueueInfo.waitingTaskID
          First waiting task.
 CarbonCoreLibrary.OpaqueMPTaskID MPEventInfo.waitingTaskID
          First waiting task.
 CarbonCoreLibrary.OpaqueMPTaskID MPCriticalRegionInfo.waitingTaskID
          First waiting task.
 

Methods in org.rococoa.cocoa.carboncore that return CarbonCoreLibrary.OpaqueMPTaskID
 CarbonCoreLibrary.OpaqueMPTaskID CarbonCoreLibrary.MPCurrentTaskID()
          MPCurrentTaskID()

Mac OS X threading:
Thread safe

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in MPLibrary 1.0 and later
Original signature : MPTaskID MPCurrentTaskID()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Multiprocessing.h:457
 

Methods in org.rococoa.cocoa.carboncore with parameters of type CarbonCoreLibrary.OpaqueMPTaskID
 boolean CarbonCoreLibrary.MPTaskIsPreemptive(CarbonCoreLibrary.OpaqueMPTaskID taskID)
          MPTaskIsPreemptive()

Mac OS X threading:
Thread safe

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in MPLibrary 2.0 and later
Original signature : Boolean MPTaskIsPreemptive(MPTaskID)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Multiprocessing.h:406
 

Constructors in org.rococoa.cocoa.carboncore with parameters of type CarbonCoreLibrary.OpaqueMPTaskID
MPCriticalRegionInfo(int version, CarbonCoreLibrary.OpaqueMPProcessID processID, int regionName, NativeLong nWaiting, CarbonCoreLibrary.OpaqueMPTaskID waitingTaskID, CarbonCoreLibrary.OpaqueMPTaskID owningTask, NativeLong count)
           
MPEventInfo(int version, CarbonCoreLibrary.OpaqueMPProcessID processID, int eventName, NativeLong nWaiting, CarbonCoreLibrary.OpaqueMPTaskID waitingTaskID, int events)
           
MPSemaphoreInfo(int version, CarbonCoreLibrary.OpaqueMPProcessID processID, int semaphoreName, NativeLong nWaiting, CarbonCoreLibrary.OpaqueMPTaskID waitingTaskID, NativeLong maximum, NativeLong count)
           
 



Copyright © 2009. All Rights Reserved.