Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgp_wsync.c164 void *thread_data /* gp_thread_creation_closure passed as magic data */ in gp_thread_begin_wrapper() argument
169 closure = *(gp_thread_creation_closure *)thread_data; in gp_thread_begin_wrapper()
170 free(thread_data); in gp_thread_begin_wrapper()
H A Dgp_psync.c197 gp_thread_begin_wrapper(void *thread_data /* gp_thread_creation_closure_t * */) in gp_thread_begin_wrapper() argument
201 closure = *(gp_thread_creation_closure_t *)thread_data; in gp_thread_begin_wrapper()
202 free(thread_data); in gp_thread_begin_wrapper()