Home
last modified time | relevance | path

Searched refs:wake_up (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
Dmacsocketserver.cc374 EventRef wake_up; in WakeUp() local
376 kEventAttributeUserEvent, &wake_up)); in WakeUp()
377 OSStatus result = PostEventToQueue(event_queue_, wake_up, in WakeUp()
382 ReleaseEvent(wake_up); in WakeUp()
/external/libchrome/base/metrics/
Dpersistent_memory_allocator_unittest.cc324 bool* wake_up) in CounterThread() argument
330 wake_up_(wake_up) {} in CounterThread()
390 bool wake_up = false; in TEST_F() local
392 CounterThread t1("t1", &iter, &lock, &condition, &wake_up); in TEST_F()
393 CounterThread t2("t2", &iter, &lock, &condition, &wake_up); in TEST_F()
394 CounterThread t3("t3", &iter, &lock, &condition, &wake_up); in TEST_F()
395 CounterThread t4("t4", &iter, &lock, &condition, &wake_up); in TEST_F()
396 CounterThread t5("t5", &iter, &lock, &condition, &wake_up); in TEST_F()
409 wake_up = true; in TEST_F()
/external/squashfs-tools/kernel/fs/squashfs/
Dcache.c198 wake_up(&cache->wait_queue); in squashfs_cache_put()
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c330 wake_up(&msblk->waitq); in squashfs_get_cached_block()
415 wake_up(&msblk->fragment_wait_queue); in release_cached_fragment()