OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlatformThread
(Results
151 - 175
of
301
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/base/
sys_info_unittest.cc
58
base::
PlatformThread
::Sleep(base::TimeDelta::FromMilliseconds(20));
observer_list_unittest.cc
98
class AddRemoveThread : public
PlatformThread
::Delegate,
390
EXPECT_TRUE(
PlatformThread
::Create(0,
406
PlatformThread
::Join(threads[index]);
/external/chromium_org/base/threading/
thread_restrictions.h
191
friend class
PlatformThread
;
/external/chromium_org/chrome/common/
worker_thread_ticker_unittest.cc
34
base::
PlatformThread
::Sleep(base::TimeDelta::FromMilliseconds(1500));
/external/chromium_org/media/audio/
audio_input_volume_unittest.cc
33
base::
PlatformThread
::Sleep(base::TimeDelta::FromMilliseconds(100));
/external/chromium_org/media/filters/
video_renderer_base.h
36
public base::
PlatformThread
::Delegate {
83
//
PlatformThread
::Delegate implementation.
video_renderer_base.cc
112
base::
PlatformThread
::Join(thread_to_join);
204
if (!base::
PlatformThread
::Create(0, this, &thread_)) {
219
//
PlatformThread
::Delegate implementation.
221
base::
PlatformThread
::SetName("CrVideoRenderer");
/external/chromium/base/
message_pump_glib.cc
180
static base::PlatformThreadId thread_id = base::
PlatformThread
::CurrentId();
181
DCHECK(thread_id == base::
PlatformThread
::CurrentId()) <<
time_win.cc
155
static PlatformThreadId my_thread =
PlatformThread
::CurrentId();
156
DCHECK(
PlatformThread
::CurrentId() == my_thread);
time_win_unittest.cc
223
base::
PlatformThread
::Sleep((i % 2 == 0) ? 1 : 2);
/external/chromium/chrome/browser/
mach_broker_mac.cc
57
class MachListenerThreadDelegate : public base::
PlatformThread
::Delegate {
69
// Implement |
PlatformThread
::Delegate|.
141
base::
PlatformThread
::CreateNonJoinable(
/external/chromium_org/base/time/
time_win.cc
169
static PlatformThreadId my_thread =
PlatformThread
::CurrentId();
170
DCHECK(
PlatformThread
::CurrentId() == my_thread);
/external/chromium_org/chrome/browser/metrics/
thread_watcher.cc
888
thread_id_(base::
PlatformThread
::CurrentId()) {
895
DCHECK_EQ(thread_id_, base::
PlatformThread
::CurrentId());
902
DCHECK_EQ(thread_id_, base::
PlatformThread
::CurrentId());
912
DCHECK_EQ(thread_id_, base::
PlatformThread
::CurrentId());
921
DCHECK_EQ(thread_id_, base::
PlatformThread
::CurrentId());
950
thread_id_(base::
PlatformThread
::CurrentId()) {
954
DCHECK_EQ(thread_id_, base::
PlatformThread
::CurrentId());
963
DCHECK_EQ(thread_id_, base::
PlatformThread
::CurrentId());
/external/chromium_org/chrome/browser/password_manager/
password_manager.cc
49
base::
PlatformThread
::CurrentId();
50
DCHECK(initial_thread_id == base::
PlatformThread
::CurrentId());
/external/chromium_org/chromeos/dbus/
bluetooth_profile_service_provider.cc
30
: origin_thread_id_(base::
PlatformThread
::CurrentId()),
82
return base::
PlatformThread
::CurrentId() == origin_thread_id_;
/external/chromium_org/ipc/
sync_socket_unittest.cc
238
base::
PlatformThread
::YieldCurrentThread();
269
base::
PlatformThread
::YieldCurrentThread();
/external/chromium_org/remoting/base/
plugin_thread_task_runner.cc
23
: plugin_thread_id_(base::
PlatformThread
::CurrentId()),
133
return base::
PlatformThread
::CurrentId() == plugin_thread_id_;
/external/chromium_org/third_party/libjingle/overrides/talk/base/
logging.cc
296
static_cast<base::subtle::Atomic32>(base::
PlatformThread
::CurrentId()));
298
base::
PlatformThread
::CurrentId());
/external/chromium_org/ui/base/clipboard/
clipboard.cc
111
base::PlatformThreadId id = base::
PlatformThread
::CurrentId();
141
base::PlatformThreadId id = base::
PlatformThread
::CurrentId();
/external/chromium/base/synchronization/
condition_variable_unittest.cc
62
class WorkQueue : public
PlatformThread
::Delegate {
67
//
PlatformThread
::Delegate interface.
496
EXPECT_TRUE(
PlatformThread
::Create(0, this, &pth));
509
PlatformThread
::Join(thread_handles_[i]);
664
PlatformThread
::Sleep(30);
675
PlatformThread
::Sleep(30);
/external/chromium_org/base/synchronization/
condition_variable_unittest.cc
62
class WorkQueue : public
PlatformThread
::Delegate {
67
//
PlatformThread
::Delegate interface.
461
EXPECT_TRUE(
PlatformThread
::Create(0, this, &pth));
474
PlatformThread
::Join(thread_handles_[i]);
629
PlatformThread
::Sleep(TimeDelta::FromMilliseconds(30));
640
PlatformThread
::Sleep(TimeDelta::FromMilliseconds(30));
/external/chromium_org/chrome/test/ui/
ui_test.cc
373
base::
PlatformThread
::Sleep(kDelay);
600
base::
PlatformThread
::Sleep(kDelay);
621
base::
PlatformThread
::Sleep(kDelay);
641
base::
PlatformThread
::Sleep(kDelay);
660
base::
PlatformThread
::Sleep(kDelay);
/external/chromium_org/chrome/browser/printing/
printing_layout_browsertest.cc
231
base::
PlatformThread
::Sleep(base::TimeDelta::FromMilliseconds(100));
314
base::
PlatformThread
::Sleep(base::TimeDelta::FromMilliseconds(10));
320
base::
PlatformThread
::Sleep(base::TimeDelta::FromMilliseconds(10));
/external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc
[
all
...]
/external/chromium/base/test/
test_file_util_win.cc
35
base::
PlatformThread
::Sleep(kTimeoutMs / 25);
Completed in 856 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>