Home
last modified time | relevance | path

Searched refs:False (Results 1 – 10 of 10) sorted by relevance

/oneTBB/python/tbb/
H A D__init__.py48 is_active = False
51 ipc_enabled = False
111 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 = False
315 assert False, "Re-execution failed"
H A Dpool.py95 self._closed = False
166 collector = OrderedResultCollector(apply_result, as_iterator=False)
246 exit_loop = False
327 self._success = False
392 self._success = False
541 first_item = False
606 got_first = False
607 got_last = False
H A Dtest.py103 assert False, "Expected exception !"
104 spin_flag = False # unlock threads in timeout_work
/oneTBB/examples/graph/fgbzip2/
H A Dbzlib.cpp161 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 …]
H A Ddecompress.cpp322 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()
H A Dhuffman.cpp163 tooLong = False; in BZ2_hbMakeCodeLengths()
H A Dbzlib_private.hpp95 #define False ((Bool)0) macro
H A Dblocksort.cpp615 return False; in mainGtU()
1018 bigDone[i] = False; in mainSort()
H A Dcompress.cpp628 inUse16[i] = False; in sendMTFValues()
/oneTBB/doc/main/tbb_userguide/
H A DMemory_Allocation.rst25 - **False sharing**. Problems of sharing arise when two threads access
31 words within the line. False sharing can hurt performance because