Searched refs:p_thread (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_thread.c52 cl_thread_t *p_thread = (cl_thread_t *) arg; local
54 CL_ASSERT(p_thread);
55 CL_ASSERT(p_thread->pfn_callback);
57 p_thread->pfn_callback((void *)p_thread->context);
62 void cl_thread_construct(IN cl_thread_t * const p_thread) argument
64 CL_ASSERT(p_thread);
66 p_thread->osd.state = CL_UNINITIALIZED;
69 cl_status_t cl_thread_init(IN cl_thread_t * const p_thread, argument
76 CL_ASSERT(p_thread);
95 cl_thread_destroy(IN cl_thread_t * const p_thread) argument
131 cl_is_current_thread(IN const cl_thread_t * const p_thread) argument
[all...]
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_thread.h137 void cl_thread_construct(IN cl_thread_t * const p_thread);
140 * p_thread
166 cl_thread_init(IN cl_thread_t * const p_thread,
171 * p_thread
216 void cl_thread_destroy(IN cl_thread_t * const p_thread);
219 * p_thread
319 boolean_t cl_is_current_thread(IN const cl_thread_t * const p_thread);
322 * p_thread
327 * TRUE if the thread specified by the p_thread parameter is the

Completed in 114 milliseconds