Home
last modified time | relevance | path

Searched refs:thread_body (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dthd_windows.cc81 handle = CreateThread(nullptr, options.stack_size(), thread_body, info_, in ThreadInternalsWindows()
84 handle = CreateThread(nullptr, 64 * 1024, thread_body, info_, 0, nullptr); in ThreadInternalsWindows()
115 static DWORD WINAPI thread_body(void* v) { in thread_body() function in __anon6bda21040111::ThreadInternalsWindows
/external/autotest/client/common_lib/
Ddecorators_unittest.py41 thread_body = lambda f, n: [f() for i in range(n)] function
42 threads = [threading.Thread(target=thread_body,
/external/libiio/src/iiod/
Dthread-pool.c66 static void * thread_body(void *d) in thread_body() function
108 ret = pthread_create(&thd, &attr, thread_body, pdata); in thread_pool_add_thread()