Home
last modified time | relevance | path

Searched defs:thrd (Results 1 – 25 of 32) sorted by relevance

12

/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_thread.cpp58 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
Dtest_2741.cpp69 boost::thread thrd(attrs, &simple_thread); in do_test_creation_with_attrs() local
Dutil.inl145 boost::thread thrd(func); local
174 boost::thread thrd(ifunc); local
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/detail/
Dthread_group.hpp54 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/
Dhelloworld.cpp17 boost::thread thrd(&helloworld); in main() local
Dhelloworld3.cpp18 boost::thread thrd(boost::bind(&helloworld, "Bob")); in main() local
Dhelloworld2.cpp22 boost::thread thrd(helloworld("Bob")); in main() local
Dfactorial2.cpp29 boost::thread thrd(boost::ref(f)); in main() local
Dfactorial.cpp29 boost::thread thrd(f); in main() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DInterruptTest.java80 Thread thrd = new RecvThread(); in testInterrupt001() local
DOwnedMonitorsDebuggee.java49 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
DStatusDebuggee.java47 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
DCurrentContendedMonitorDebuggee.java48 DebuggeeThread thrd; field in CurrentContendedMonitorDebuggee
DInterruptDebuggee.java51 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
DOwnedMonitorsStackDepthInfoDebuggee.java43 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
DThreadGroupDebuggee.java72 DebuggeeThread thrd = new DebuggeeThread(thrdGroup, TESTED_THREAD, in run() local
DStopDebuggee.java75 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
/external/sdv/vsomeip/third_party/boost/thread/example/
Dthread.cpp35 boost::thread thrd(alarm); in main() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DDisposeDuringInvokeDebuggee.java73 DebuggeeThread thrd = new DebuggeeThread(); in run() local
DHoldEventsDebuggee.java52 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
DReleaseEventsDebuggee.java52 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
DAllThreadsDebuggee.java64 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
DChildrenDebuggee.java58 DebuggeeThread thrd = new DebuggeeThread(thrdGroupParent, TESTED_THREAD, in run() local
DNameDebuggee.java59 DebuggeeThread thrd = new DebuggeeThread(thrdGroupChild, TESTED_THREAD, in run() local
/external/mesa3d/src/util/
Du_thread.c51 int u_thread_create(thrd_t *thrd, int (*routine)(void *), void *param) in u_thread_create()

12