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

  /external/valgrind/main/drd/tests/
threaded-fork.c 21 pthread_t childthread; local
25 pthread_create(&childthread, NULL, threadmain, (void *)2);
26 pthread_detach(childthread);
31 pthread_create(&childthread, NULL, threadmain, 0);
32 pthread_join(childthread, &res);
  /external/valgrind/main/none/tests/
threaded-fork.c 19 pthread_t childthread; local
23 pthread_create( &childthread, NULL, threadmain, (void *)2 );
28 pthread_create( &childthread, NULL, threadmain, 0 );
29 pthread_join( childthread, &res );
39 pthread_join( childthread, &res );
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ref/
ReferenceQueueTest.java 34 public class ChildThread implements Runnable {
35 public ChildThread() {
88 Thread ct = new Thread(new ChildThread());
  /libcore/luni/src/test/java/tests/api/java/lang/ref/
ReferenceQueueTest.java 38 public class ChildThread implements Runnable {
39 public ChildThread() {
161 Thread ct = new Thread(new ChildThread());
  /external/strace/
ChangeLog-CVS 21 * test/childthread.c: Likewise.
861 * test/childthread.c: New file.
    [all...]

Completed in 270 milliseconds