Home
last modified time | relevance | path

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

/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
290 struct impl_thrd_param *pack; in thrd_create()
292 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()