Searched refs:False (Results 1 – 10 of 10) sorted by relevance
48 is_active = False51 ipc_enabled = False111 maxtasks=None, wrap_exception=False):169 def __init__(self, max_num_threads=None, benchmark=False):197 assert is_active == False, "tbb.Monkey does not support nesting yet"215 is_active = False315 assert False, "Re-execution failed"
95 self._closed = False166 collector = OrderedResultCollector(apply_result, as_iterator=False)246 exit_loop = False327 self._success = False392 self._success = False541 first_item = False606 got_first = False607 got_last = False
103 assert False, "Expected exception !"104 spin_flag = False # unlock threads in timeout_work
161 s->inUse[i] = False; in prepare_new_block()173 return False; in isempty_RL()324 Bool progress_in = False; in copy_input_until_stop()371 Bool progress_out = False; in copy_output_until_stop()397 Bool progress_in = False; in handle_compress()398 Bool progress_out = False; in handle_compress()592 return False; in unRLE_obuf_to_output_FAST()753 return False; in unRLE_obuf_to_output_FAST()798 return False; in unRLE_obuf_to_output_SMALL()1031 return False; in myfeof()[all …]
322 s->inUse16[i] = False; in BZ2_decompress()326 s->inUse[i] = False; in BZ2_decompress()695 default: AssertH(False, 4001); in BZ2_decompress()698 AssertH(False, 4002); in BZ2_decompress()
163 tooLong = False; in BZ2_hbMakeCodeLengths()
95 #define False ((Bool)0) macro
615 return False; in mainGtU()1018 bigDone[i] = False; in mainSort()
628 inUse16[i] = False; in sendMTFValues()
25 - **False sharing**. Problems of sharing arise when two threads access31 words within the line. False sharing can hurt performance because