Home
last modified time | relevance | path

Searched refs:impl_thrd_param (Results 1 – 4 of 4) sorted by relevance

/external/virglrenderer/src/gallium/include/c11/
Dthreads_posix.h77 struct impl_thrd_param { struct
85 struct impl_thrd_param pack = *((struct impl_thrd_param *)p); in impl_thrd_routine() argument
259 struct impl_thrd_param *pack; in thrd_create()
261 pack = (struct impl_thrd_param *)malloc(sizeof(struct impl_thrd_param)); in thrd_create()
Dthreads_win32.h133 struct impl_thrd_param { struct
140 struct impl_thrd_param pack; in impl_thrd_routine() argument
142 memcpy(&pack, p, sizeof(struct impl_thrd_param)); in impl_thrd_routine()
480 struct impl_thrd_param *pack; in thrd_create()
483 pack = (struct impl_thrd_param *)malloc(sizeof(struct impl_thrd_param)); in thrd_create()
/external/mesa3d/include/c11/
Dthreads_posix.h77 struct impl_thrd_param { struct
85 struct impl_thrd_param pack = *((struct impl_thrd_param *)p); in impl_thrd_routine() argument
283 struct impl_thrd_param *pack; in thrd_create()
285 pack = (struct impl_thrd_param *)malloc(sizeof(struct impl_thrd_param)); in thrd_create()
Dthreads_win32.h147 struct impl_thrd_param { struct
154 struct impl_thrd_param pack; in impl_thrd_routine() argument
156 memcpy(&pack, p, sizeof(struct impl_thrd_param)); in impl_thrd_routine()
494 struct impl_thrd_param *pack; in thrd_create()
497 pack = (struct impl_thrd_param *)malloc(sizeof(struct impl_thrd_param)); in thrd_create()