Searched refs:impl_thrd_param (Results 1 – 4 of 4) sorted by relevance
77 struct impl_thrd_param { struct85 struct impl_thrd_param pack = *((struct impl_thrd_param *)p); in impl_thrd_routine() argument259 struct impl_thrd_param *pack; in thrd_create()261 pack = (struct impl_thrd_param *)malloc(sizeof(struct impl_thrd_param)); in thrd_create()
133 struct impl_thrd_param { struct140 struct impl_thrd_param pack; in impl_thrd_routine() argument142 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()
77 struct impl_thrd_param { struct85 struct impl_thrd_param pack = *((struct impl_thrd_param *)p); in impl_thrd_routine() argument283 struct impl_thrd_param *pack; in thrd_create()285 pack = (struct impl_thrd_param *)malloc(sizeof(struct impl_thrd_param)); in thrd_create()
147 struct impl_thrd_param { struct154 struct impl_thrd_param pack; in impl_thrd_routine() argument156 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()