/aosp_15_r20/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 | util.inl | 145 boost::thread thrd(func); local 174 boost::thread thrd(ifunc); local
|
D | test_2741.cpp | 69 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/ |
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()
|
/aosp_15_r20/external/mesa3d/src/c11/impl/ |
H A D | threads_win32.c | 65 thrd_t thrd; member 69 thrd_t thrd; member
|
/aosp_15_r20/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
|
/aosp_15_r20/art/test/1907-suspend-list-self-twice/src/art/ |
H A D | Test1907.java | 41 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 D | InterruptTest.java | 80 Thread thrd = new RecvThread(); in testInterrupt001() local
|
H A D | StatusDebuggee.java | 47 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
|
H A D | CurrentContendedMonitorDebuggee.java | 48 DebuggeeThread thrd; field in CurrentContendedMonitorDebuggee
|
H A D | OwnedMonitorsDebuggee.java | 49 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
|
H A D | InterruptDebuggee.java | 51 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
|
H A D | OwnedMonitorsStackDepthInfoDebuggee.java | 43 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
|
H A D | ThreadGroupDebuggee.java | 72 DebuggeeThread thrd = new DebuggeeThread(thrdGroup, TESTED_THREAD, in run() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/example/ |
D | thread.cpp | 35 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 D | DisposeDuringInvokeDebuggee.java | 73 DebuggeeThread thrd = new DebuggeeThread(); in run() local
|
H A D | HoldEventsDebuggee.java | 52 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
|
H A D | ReleaseEventsDebuggee.java | 52 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, in run() local
|
H A D | AllThreadsDebuggee.java | 64 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 D | NameDebuggee.java | 59 DebuggeeThread thrd = new DebuggeeThread(thrdGroupChild, TESTED_THREAD, in run() local
|
H A D | ChildrenDebuggee.java | 58 DebuggeeThread thrd = new DebuggeeThread(thrdGroupParent, TESTED_THREAD, in run() local
|