Searched refs:compute_pow (Results 1 – 7 of 7) sorted by relevance
15 void compute_pow(int &n) { in compute_pow() function28 std::thread thread_2(compute_pow, std::ref(n)); in main()
20 void compute_pow(int &n) { n = foo(n); } in compute_pow() function28 std::thread thread_2(compute_pow, std::ref(n)); in main()
66 2 multithread-test 0x100ec5a88 compute_pow(int&) + 28 (multithread-test.cpp:…
257 "symbol": "compute_pow(int&)",
20 # CHECK-NEXT: frame #2: 0x0000000100ec5a87 multithread-test`compute_pow{{.*}} [artificial]41 # CHECK-NEXT: frame #2: 0x0000000100ec5a87 multithread-test`compute_pow{{.*}} [artificial]