Searched refs:theValue (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp78 UInt32 theValue; local
88 theValue = theNumber->unsigned32BitValue();
89 if (theValue == 0) {
95 setWatchDogTimer(theValue);
/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_glue.h506 static inline void atomic_add_32( uint32_t *theValue, int32_t theAmount ) argument
508 (void)OSAddAtomic( theAmount, theValue );
512 static inline void atomic_add_64( uint64_t *theValue, int64_t theAmount ) argument
514 (void)OSAddAtomic64( theAmount, (SInt64 *)theValue );

Completed in 69 milliseconds