HomeSort by relevance Sort by last modified time
    Searched refs:test_lock (Results 1 - 5 of 5) 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/clang/test/CodeGen/
Atomics.c 272 void test_lock (void) function
  /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...]
  /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...]

Completed in 4199 milliseconds