Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgp_wsync.c163 gp_thread_begin_wrapper( in gp_thread_begin_wrapper() function
202 if (~BEGIN_THREAD(gp_thread_begin_wrapper, 0, closure) != 0) in gp_create_thread()
H A Dgp_psync.c197 gp_thread_begin_wrapper(void *thread_data /* gp_thread_creation_closure_t * */) in gp_thread_begin_wrapper() function
222 code = pthread_create(&ignore_thread, &attr, gp_thread_begin_wrapper, in gp_create_thread()