HomeSort by relevance Sort by last modified time
    Searched refs:threaded (Results 51 - 75 of 85) sorted by null

1 23 4

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-5.c 81 void *threaded(void *arg) function
310 pthread_create(&th[j], NULL, threaded,
2-6.c 149 void *threaded(void *arg) function
365 ret = pthread_create(&th, NULL, threaded, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
2-3.c 169 void *threaded(void *arg) function
365 ret = pthread_create(&th, NULL, threaded, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
4-3.c 137 static void *threaded(void *arg) function
184 ret = pthread_create(&child, &scenarii[sc].ta, threaded, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
3-1.c 154 void *threaded(void *arg) function
314 if ((ret = pthread_create(&th_work, NULL, threaded, NULL))) {
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
s-c2.c 157 void *threaded(void *arg) function
315 ret = pthread_create(&(tmp->child), &ta, threaded, tmp);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
stress.c 165 void *threaded(void *arg) function
336 ret = pthread_create(&t_child[ch], NULL, threaded, &td);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
s-c1.c 121 void *threaded(void *arg) function
209 pthread_create(&child, &scenarii[sc].ta, threaded,
256 threaded, &ctl);
threads_scenarii.c 444 extern void *threaded(void *arg); /* This is the test function */
464 ret = pthread_create(&child, &scenarii[sc].ta, threaded, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
threads_scenarii.c 489 extern void *threaded(void *arg);
506 ret = pthread_create(&child, &scenarii[sc].ta, threaded, NULL);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
threads_scenarii.c 444 extern void *threaded(void *arg); /* This is the test function */
464 ret = pthread_create(&child, &scenarii[sc].ta, threaded, NULL);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
threads_scenarii.c 511 extern void *threaded(void *arg); /* This is the test function */
531 ret = pthread_create(&child, &scenarii[sc].ta, threaded, NULL);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
MultiProducerActivity.java 126 ThreadedRenderer threaded = (ThreadedRenderer) renderer;
128 mBgRenderer = new FakeFrame(threaded,mFrameTarget, mBackgroundTarget);
  /art/test/
Android.run-test-jvmti-java-library.mk 73 951-threaded-obsolete/src/art/Test951.java \
  /external/ImageMagick/www/api/
image-view.php 113 <p>Use this pragma if the view is not single threaded:</p>
284 <p>Use this pragma if the view is not single threaded:</p>
482 <p>Use this pragma if the view is not single threaded:</p>
529 <p>Use this pragma if the view is not single threaded:</p>
579 <p>Use this pragma if the view is not single threaded:</p>
wand-view.php 113 <p>Use this pragma if the view is not single threaded:</p>
217 <p>Use this pragma if the view is not single threaded:</p>
404 <p>Use this pragma if the view is not single threaded:</p>
451 <p>Use this pragma if the view is not single threaded:</p>
501 <p>Use this pragma if the view is not single threaded:</p>
cache.php 321 <p>Note, the GetVirtualPixels() and GetAuthenticPixels() methods are not thread- safe. In a threaded environment, use GetCacheViewVirtualPixels() or GetCacheViewAuthenticPixels() instead.</p>
  /external/skia/dm/
DMSrcSink.h 311 bool threaded);
  /prebuilts/go/darwin-x86/src/encoding/gob/
decoder.go 202 // Make sure we're single-threaded through here.
encoder.go 225 // Make sure we're single-threaded through here, so multiple
  /prebuilts/go/darwin-x86/src/syscall/
exec_unix.go 45 // in threaded C programs that use popen.
  /prebuilts/go/linux-x86/src/encoding/gob/
decoder.go 202 // Make sure we're single-threaded through here.
encoder.go 225 // Make sure we're single-threaded through here, so multiple
  /prebuilts/go/linux-x86/src/syscall/
exec_unix.go 45 // in threaded C programs that use popen.
  /prebuilts/go/darwin-x86/src/bytes/
buffer_test.go 442 // Check no allocation occurs in write, as long as we're single-threaded.

Completed in 982 milliseconds

1 23 4