Searched refs:Nesting (Results 1 – 9 of 9) sorted by relevance
131 Timer Nesting = getOrCreateTimer(Name); in nest() local134 CHECK_NE(Nesting.HandleId, T.HandleId); in nest()135 Timers[Nesting.HandleId].Nesting = T.HandleId; in nest()136 return Nesting; in nest()177 if (Timers[I].Nesting != MaxNumberOfTimers) in getAllImpl()206 if (Timers[I].Nesting == HandleId) in REQUIRES()224 u32 Nesting = MaxNumberOfTimers; member
2264 unsigned Nesting = 1; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local2271 --Nesting; in ParseOpenMPDeclarativeDirectiveWithExtDecl()2273 ++Nesting; in ParseOpenMPDeclarativeDirectiveWithExtDecl()2274 if (!Nesting || isEofOrEom()) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
694 // Extract Transaction Nesting Depth
724 // Extract Transaction Nesting Depth
744 // Extract Transaction Nesting Depth
760 // Extract Transaction Nesting Depth
2056 // Extract Transaction Nesting Depth
1073 * Nesting of indented blocks is now supported in man(7), and several