HomeSort by: relevance | last modified time | path
    Searched defs:new_block (Results 1 - 2 of 2) sorted by relevancy

  /src/distrib/utils/more/
ch.c 269 long new_block; local in function:ch_seek
271 new_block = pos / BUFSIZ;
272 if (!ispipe || pos == last_piped_pos || buffered(new_block)) {
276 ch_block = new_block;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc 493 void (^new_block)(size_t) = ^(size_t iteration) {
502 REAL(dispatch_apply)(iterations, queue, new_block);
511 void (^new_block)(size_t) = ^(size_t iteration) {
514 WRAP(dispatch_apply)(iterations, queue, new_block);
624 dispatch_block_t new_block = Block_copy(^(void) { local in function:__tsan::TSAN_INTERCEPTOR
632 REAL(dispatch_io_barrier)(channel, new_block);
633 Block_release(new_block);

Completed in 11 milliseconds