wut  v1.7.0
Wii U Toolchain
Data Structures | Typedefs | Functions
stopwatchatomic.h File Reference
#include <wut.h>
#include "time.h"
Include dependency graph for stopwatchatomic.h:

Go to the source code of this file.

Data Structures

struct  OSStopWatchAtomic
 

Typedefs

typedef struct OSStopWatchAtomic OSStopWatchAtomic
 

Functions

OSTime OSStopWatchStart (OSStopWatchAtomic *stopWatch)
 Start the stopwatch. More...
 
OSTime OSStopWatchStop (OSStopWatchAtomic *stopWatch)
 Stop the stopwatch. More...
 
OSTime OSStopWatchLap (OSStopWatchAtomic *stopWatch)
 Get the current time on the stopwatch. More...
 
OSTime OSStopWatchReset (OSStopWatchAtomic *stopWatch)
 Stops and resets the stop watch. More...