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

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
http_lock.py 74 lock_list = glob.glob(self._lock_file_path_prefix + '*')
75 lock_list.sort(key=self._extract_lock_number)
76 return lock_list
80 lock_list = self._lock_file_list()
81 if not lock_list:
83 return self._extract_lock_number(lock_list[-1]) + 1
88 lock_list = self._lock_file_list()
89 if not lock_list:
92 current_lock_file = open(lock_list[0], 'r')
96 _log.debug("Removing stuck lock file: %s" % lock_list[0]
    [all...]
http_lock_unittest.py 47 lock_list = glob.glob(self.lock_file_path_prefix + '*')
48 for file_name in lock_list:
  /external/kernel-headers/original/linux/
lockdep.h 131 struct lock_list { struct
  /external/valgrind/main/helgrind/
hg_errors.c 147 Lock* lock_list = HG_(get_admin_locks)(); local
148 while (lock_list) {
149 if (lock_list == lkn)
151 lock_list = lock_list->admin_next;
153 if (lock_list == NULL) {
    [all...]

Completed in 94 milliseconds