Home
last modified time | relevance | path

Searched refs:critfree (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/misc/math/fptests/
Dfptest02.c93 int critfree; /* TRUE if critical section not occupied */ variable
131 critfree = TRUE; in init()
272 if (critfree == TRUE) in doevent()
278 critfree = FALSE; in doevent()
283 critfree = TRUE; in doevent()
Dfptest01.c93 int critfree; /* TRUE if critical section not occupied */ variable
132 critfree = TRUE; in init()
291 if (critfree == TRUE) in doevent()
297 critfree = FALSE; in doevent()
302 critfree = TRUE; in doevent()