HomeSort by relevance Sort by last modified time
    Searched full:test_lock (Results 1 - 13 of 13) sorted by null

  /system/extras/tests/bionic/libc/bionic/
test_pthread_cond.c 10 static pthread_mutex_t test_lock = PTHREAD_MUTEX_INITIALIZER; variable
17 pthread_mutex_lock(&test_lock);
18 pthread_cond_wait(&cond1, &test_lock );
19 pthread_mutex_unlock(&test_lock);
29 pthread_mutex_lock(&test_lock);
30 pthread_cond_wait(&cond2, &test_lock );
31 pthread_mutex_unlock(&test_lock);
42 pthread_mutex_lock(&test_lock);
43 pthread_cond_wait(&cond1, &test_lock );
44 pthread_mutex_unlock(&test_lock);
    [all...]
  /external/chromium_org/chrome/common/
multi_process_lock_unittest.cc 101 scoped_ptr<MultiProcessLock> test_lock(MultiProcessLock::Create(name));
102 EXPECT_FALSE(test_lock->TryLock());
107 scoped_ptr<MultiProcessLock> test_lock(MultiProcessLock::Create(name));
108 EXPECT_TRUE(test_lock->TryLock());
110 test_lock->Unlock();
116 scoped_ptr<MultiProcessLock> test_lock(MultiProcessLock::Create(name));
117 EXPECT_TRUE(test_lock->TryLock());
121 EXPECT_TRUE(test_lock->TryLock());
123 test_lock->Unlock();
127 test_lock->Unlock()
    [all...]
  /external/clang/test/CodeGen/
Atomics.c 229 void test_lock (void) function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py 592 'test_lock',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py 592 'test_lock',
  /external/llvm/test/CodeGen/PowerPC/
Atomics-32.ll 668 define void @test_lock() nounwind {
Atomics-64.ll 667 define void @test_lock() nounwind {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 631 def test_lock(self): member in class:_TestLock
2453 def test_lock(self): member in class:TestForkAwareThreadLock
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 631 def test_lock(self): member in class:_TestLock
2453 def test_lock(self): member in class:TestForkAwareThreadLock
    [all...]
  /external/llvm/test/CodeGen/X86/
Atomics-64.ll     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
FileChannelTest.java 657 public void test_lock() throws Exception { method in class:FileChannelTest
    [all...]
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3-sources.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3-sources.jar 

Completed in 1340 milliseconds