Home
last modified time | relevance | path

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

12

/aosp_15_r20/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
Dutil.inl145 boost::thread thrd(func); local
174 boost::thread thrd(ifunc); local
Dtest_2741.cpp69 boost::thread thrd(attrs, &simple_thread); in do_test_creation_with_attrs() local
/aosp_15_r20/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()
/aosp_15_r20/external/mesa3d/src/c11/impl/
H A Dthreads_win32.c65 thrd_t thrd; member
69 thrd_t thrd; member
/aosp_15_r20/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
/aosp_15_r20/art/test/1907-suspend-list-self-twice/src/art/
H A DTest1907.java41 Thread thrd = new Thread( in run() local
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DInterruptTest.java80 Thread thrd = new RecvThread(); in testInterrupt001() local
H A DStatusDebuggee.java47 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
H A DCurrentContendedMonitorDebuggee.java48 DebuggeeThread thrd; field in CurrentContendedMonitorDebuggee
H A DOwnedMonitorsDebuggee.java49 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
H A DInterruptDebuggee.java51 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
H A DOwnedMonitorsStackDepthInfoDebuggee.java43 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
H A DThreadGroupDebuggee.java72 DebuggeeThread thrd = new DebuggeeThread(thrdGroup, TESTED_THREAD, in run() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/example/
Dthread.cpp35 boost::thread thrd(alarm); in main() local
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DDisposeDuringInvokeDebuggee.java73 DebuggeeThread thrd = new DebuggeeThread(); in run() local
H A DHoldEventsDebuggee.java52 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
H A DReleaseEventsDebuggee.java52 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
H A DAllThreadsDebuggee.java64 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
H A DNameDebuggee.java59 DebuggeeThread thrd = new DebuggeeThread(thrdGroupChild, TESTED_THREAD, in run() local
H A DChildrenDebuggee.java58 DebuggeeThread thrd = new DebuggeeThread(thrdGroupParent, TESTED_THREAD, in run() local

12