Searched refs:LastWtimePtr (Results 1 – 3 of 3) sorted by relevance
786 #define LastWtime (*(hrtime_t *)ALIGN_YAPTYPE(LastWtimePtr,hrtime_t))797 LastWtimePtr = (void *)Yap_AllocCodeSpace(2*sizeof(hrtime_t)); in InitLastWtime()826 #define LastWtime (*(struct timeval *)LastWtimePtr)837 LastWtimePtr = (void *)Yap_AllocCodeSpace(sizeof(struct timeval)); in InitLastWtime()879 #define LastWtime (*(struct timeb *)LastWtimePtr)890 LastWtimePtr = (void *)Yap_AllocCodeSpace(sizeof(struct timeb)); in InitLastWtime()927 #define LastWtime (*(clock_t *)LastWtimePtr)938 LastWtimePtr = (void *)Yap_AllocCodeSpace(sizeof(clock_t)); in InitLastWtime()
285 #define LastWtimePtr Yap_heap_regs->last_wtime macro
324 void *last_wtime LastWtimePtr =NULL CodeVoidPAdjust