Searched defs:thread (Results 1 – 4 of 4) sorted by relevance
103 std::thread thread([&picture]() { picture = threadFunctionTest6(); }); in __anon0506a1b40102() variable122 std::thread thread([&picture]() { picture = threadFunctionTest6(); }); in __anon0506a1b40202() variable
104 std::thread thread([&picture, this]() { picture = threadFunctionTest1(); }); in __anon5c87d7f40102() variable
3053 pthread_t thread; in ffrt_loop_0001() local3097 pthread_t thread; in ffrt_loop_0002() local3531 pthread_t thread; in ffrt_loop_normal_0003() local
86 uv_thread_t thread; member