Home
last modified time | relevance | path

Searched defs:_cl_thread_pool (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_threadpool.h94 typedef struct _cl_thread_pool { struct
95 void (*pfn_callback) (void *);
96 void *context;
97 unsigned running_count;
98 unsigned events;
99 pthread_cond_t cond;
100 pthread_mutex_t mutex;
101 pthread_t *tid;