/external/sdv/vsomeip/third_party/boost/thread/test/ |
D | test_thread.cpp | 58 boost::thread thrd(&simple_thread); in do_test_creation() local 71 boost::thread thrd(boost::bind(&comparison_thread, self)); in do_test_id_comparison() local 92 boost::thread thrd(boost::bind(&interruption_point_thread,&m,&failed)); in do_test_thread_interrupts_at_interruption_point() local 117 boost::thread thrd(boost::bind(&disabled_interruption_point_thread,&m,&failed)); in do_test_thread_no_interrupt_if_interrupts_disabled_at_interruption_point() local 148 boost::thread thrd(boost::ref(f)); in do_test_creation_through_reference_wrapper() local 181 boost::thread thrd(boost::ref(f)); in do_test_timed_join() local
|
D | test_2741.cpp | 69 boost::thread thrd(attrs, &simple_thread); in do_test_creation_with_attrs() local
|
D | util.inl | 145 boost::thread thrd(func); local 174 boost::thread thrd(ifunc); local
|
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/detail/ |
D | thread_group.hpp | 54 bool is_thread_in(thread* thrd) in is_thread_in() 84 void add_thread(thread* thrd) in add_thread() 97 void remove_thread(thread* thrd) in remove_thread()
|
/external/sdv/vsomeip/third_party/boost/thread/tutorial/ |
D | helloworld.cpp | 17 boost::thread thrd(&helloworld); in main() local
|
D | helloworld3.cpp | 18 boost::thread thrd(boost::bind(&helloworld, "Bob")); in main() local
|
D | helloworld2.cpp | 22 boost::thread thrd(helloworld("Bob")); in main() local
|
D | factorial2.cpp | 29 boost::thread thrd(boost::ref(f)); in main() local
|
D | factorial.cpp | 29 boost::thread thrd(f); in main() local
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | InterruptTest.java | 80 Thread thrd = new RecvThread(); in testInterrupt001() local
|
D | OwnedMonitorsDebuggee.java | 49 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
|
D | StatusDebuggee.java | 47 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
|
D | CurrentContendedMonitorDebuggee.java | 48 DebuggeeThread thrd; field in CurrentContendedMonitorDebuggee
|
D | InterruptDebuggee.java | 51 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
|
D | OwnedMonitorsStackDepthInfoDebuggee.java | 43 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
|
D | ThreadGroupDebuggee.java | 72 DebuggeeThread thrd = new DebuggeeThread(thrdGroup, TESTED_THREAD, in run() local
|
D | StopDebuggee.java | 75 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
|
/external/sdv/vsomeip/third_party/boost/thread/example/ |
D | thread.cpp | 35 boost::thread thrd(alarm); in main() local
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | DisposeDuringInvokeDebuggee.java | 73 DebuggeeThread thrd = new DebuggeeThread(); in run() local
|
D | HoldEventsDebuggee.java | 52 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
|
D | ReleaseEventsDebuggee.java | 52 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
|
D | AllThreadsDebuggee.java | 64 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/ |
D | ChildrenDebuggee.java | 58 DebuggeeThread thrd = new DebuggeeThread(thrdGroupParent, TESTED_THREAD, in run() local
|
D | NameDebuggee.java | 59 DebuggeeThread thrd = new DebuggeeThread(thrdGroupChild, TESTED_THREAD, in run() local
|
/external/mesa3d/src/util/ |
D | u_thread.c | 51 int u_thread_create(thrd_t *thrd, int (*routine)(void *), void *param) in u_thread_create()
|