Home
last modified time | relevance | path

Searched defs:thread_args (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/fiber/performance/thread/
Dskynet_pthread.cpp25 struct thread_args { struct
34 thread_args * args = static_cast< thread_args * >( vargs); in skynet() argument
/third_party/grpc/test/core/network_benchmarks/
Dlow_level_ping_pong.cc53 typedef struct thread_args { struct
56 int (*read_bytes)(struct thread_args* args, char* buf); argument
57 int (*write_bytes)(struct thread_args* args, char* buf); argument
58 int (*setup)(struct thread_args* args); argument
61 } thread_args; argument
/third_party/skia/third_party/externals/tint/src/utils/io/
Dcommand_windows.cc209 auto* thread_args = reinterpret_cast<StreamReadThreadArgs*>(user); in Exec() local
/third_party/flutter/skia/third_party/externals/sdl/src/thread/
DSDL_thread.c262 } thread_args; typedef