HomeSort by relevance Sort by last modified time
    Searched refs:critical_section (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_threaded_import.py 12 critical_section = thread.allocate_lock() variable
16 global N, critical_section, done
19 critical_section.acquire()
21 # Must release critical_section before releasing done, else the main
22 # thread can exit and set critical_section to None as part of global
23 # teardown; then critical_section.release() raises AttributeError.
25 critical_section.release()
  /external/python/cpython2/Lib/test/
test_threaded_import.py 12 critical_section = thread.allocate_lock() variable
16 global N, critical_section, done
19 critical_section.acquire()
21 # Must release critical_section before releasing done, else the main
22 # thread can exit and set critical_section to None as part of global
23 # teardown; then critical_section.release() raises AttributeError.
25 critical_section.release()

Completed in 240 milliseconds