Searched refs:g_thunks (Results 1 – 1 of 1) sorted by relevance
13 static MojoSystemThunks g_thunks = {0}; variable16 assert(g_thunks.GetTimeTicksNow); in MojoGetTimeTicksNow()17 return g_thunks.GetTimeTicksNow(); in MojoGetTimeTicksNow()21 assert(g_thunks.Close); in MojoClose()22 return g_thunks.Close(handle); in MojoClose()29 assert(g_thunks.Wait); in MojoWait()30 return g_thunks.Wait(handle, signals, deadline, signals_state); in MojoWait()39 assert(g_thunks.WaitMany); in MojoWaitMany()40 return g_thunks.WaitMany(handles, signals, num_handles, deadline, in MojoWaitMany()47 assert(g_thunks.CreateMessagePipe); in MojoCreateMessagePipe()[all …]