Searched defs:currBl (Results 1 – 5 of 5) sorted by relevance
1656 for (Block *currBl = headToFree; currBl; currBl = helper) { in returnBlock() local1674 for (Block *currBl=(Block*)AtomicFetchStore(&head, 0); currBl; currBl=helper) { in externalCleanup() local
1599 for (Block *currBl = headToFree; currBl; currBl = helper) { in returnBlock() local1617 for (Block *currBl=(Block*)AtomicFetchStore(&head, 0); currBl; currBl=helper) { in externalCleanup() local
1678 for (Block *currBl = headToFree; currBl; currBl = helper) { in returnBlock() local1696 for (Block *currBl=head.exchange(NULL); currBl; currBl=helper) { in externalCleanup() local