HomeSort by relevance Sort by last modified time
    Searched refs:Lock (Results 126 - 150 of 957) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_access_permissions.h 14 #include "base/synchronization/lock.h"
37 mutable base::Lock lock_; // Synchronize all access to path_map_.
  /external/chromium_org/chrome/browser/drive/
event_logger.h 15 #include "base/synchronization/lock.h"
57 base::Lock lock_;
  /external/chromium_org/chrome/browser/hang_monitor/
hung_window_detector.h 8 #include "base/synchronization/lock.h"
82 base::Lock hang_detection_lock_;
  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock.cc 60 FILE_PATH_LITERAL("parent.lock");
66 FILE_PATH_LITERAL("lock");
69 FILE_PATH_LITERAL("parent.lock");
75 Lock();
80 // with no UI to jank, it's ok to allow deletion of the lock here.
firefox_profile_lock.h 74 void Lock();
77 // Returns true if we lock the profile successfully.
89 // Full path of the lock file in the profile folder.
92 // The handle of the lock file.
98 // On Posix systems Firefox apparently first tries to put a fcntl lock
103 // Method that tries to put a fcntl lock on file specified by |lock_file_|.
104 // Returns false if lock is already held by another process. true in all
firefox_profile_lock_unittest.cc 28 lock1.Lock();
32 // Tests basic functionality and verifies that the lock file is deleted after
39 scoped_ptr<FirefoxProfileLock> lock; local
40 EXPECT_EQ(static_cast<FirefoxProfileLock*>(NULL), lock.get());
42 lock.reset(new FirefoxProfileLock(test_path));
43 EXPECT_TRUE(lock->HasAcquired());
45 lock->Unlock();
46 EXPECT_FALSE(lock->HasAcquired());
48 // In the posix code, we don't delete the file when releasing the lock.
52 lock->Lock()
78 scoped_ptr<FirefoxProfileLock> lock; local
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/win/
portable_device_map_service.h 13 #include "base/synchronization/lock.h"
73 base::Lock lock_;
  /external/chromium_org/chrome/common/
worker_thread_ticker.h 10 #include "base/synchronization/lock.h"
75 // Lock to protect is_running_ and tick_handler_list_
76 base::Lock lock_;
  /external/chromium_org/chrome_frame/test/net/
test_automation_resource_message_filter.h 9 #include "base/synchronization/lock.h"
54 base::Lock requests_lock_;
  /external/chromium_org/content/browser/device_orientation/
data_fetcher_impl_win.h 12 #include "base/synchronization/lock.h"
55 base::Lock next_orientation_lock_;
  /external/chromium_org/content/child/
quota_message_filter.h 10 #include "base/synchronization/lock.h"
43 base::Lock request_id_map_lock_;
  /external/chromium_org/content/common/gpu/
sync_point_manager.h 13 #include "base/synchronization/lock.h"
49 base::Lock lock_;
  /external/chromium_org/ipc/
ipc_forwarding_message_filter.h 13 #include "base/synchronization/lock.h"
61 base::Lock handlers_lock_;
  /external/chromium_org/media/audio/
simple_sources.h 8 #include "base/synchronization/lock.h"
48 base::Lock time_lock_;
  /external/chromium_org/media/base/
audio_hardware_config.h 9 #include "base/synchronization/lock.h"
46 mutable base::Lock config_lock_;
  /external/chromium_org/net/socket_stream/
socket_stream_job_manager.h 37 mutable base::Lock lock_;
  /external/chromium_org/remoting/client/
audio_player.h 11 #include "base/synchronization/lock.h"
52 base::Lock lock_;
  /external/chromium_org/remoting/host/win/
launch_process_with_token.h 15 #include "base/synchronization/lock.h"
20 // This lock should be taken when creating handles that will be inherited by
23 extern base::LazyInstance<base::Lock>::Leaky g_inherit_handles_lock;
  /external/chromium_org/sync/util/
extensions_activity.h 13 #include "base/synchronization/lock.h"
59 mutable base::Lock records_lock_;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/thread/
threadedmessagequeue.py 36 self._lock = threading.Lock()
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_cache.h 35 #include "phonenumbers/base/synchronization/lock.h"
68 Lock lock_; // protects cache_impl_
  /external/chromium_org/ui/compositor/
context_provider_from_context_factory.h 8 #include "base/synchronization/lock.h"
37 base::Lock destroyed_lock_;
  /external/lzma/CPP/7zip/Common/
VirtThread.cpp 12 t->StartEvent.Lock();
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
CDPlayer.h 43 void Lock ();
  /external/chromium_org/base/threading/
worker_pool_posix_unittest.cc 12 #include "base/synchronization/lock.h"
25 Lock* lock() { return &pool_->lock_; } function in class:base::PosixDynamicThreadPool::PosixDynamicThreadPoolPeer
54 void IncrementingTask(Lock* counter_lock,
56 Lock* unique_threads_lock,
69 Lock* counter_lock;
71 Lock* unique_threads_lock;
73 Lock* num_waiting_to_start_lock;
101 peer_.set_num_idle_threads_cv(new ConditionVariable(peer_.lock()));
117 base::AutoLock pool_locked(*peer_.lock());
    [all...]

Completed in 1156 milliseconds

1 2 3 4 56 7 8 91011>>