Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ofed/opensm/complib/
H A Dcl_thread.c54 CL_ASSERT(p_thread); in __cl_thread_wrapper()
55 CL_ASSERT(p_thread->pfn_callback); in __cl_thread_wrapper()
57 p_thread->pfn_callback((void *)p_thread->context); in __cl_thread_wrapper()
64 CL_ASSERT(p_thread); in cl_thread_construct()
76 CL_ASSERT(p_thread); in cl_thread_init()
78 cl_thread_construct(p_thread); in cl_thread_init()
81 p_thread->pfn_callback = pfn_callback; in cl_thread_init()
82 p_thread->context = context; in cl_thread_init()
90 p_thread->osd.state = CL_INITIALIZED; in cl_thread_init()
97 CL_ASSERT(p_thread); in cl_thread_destroy()
[all …]
/freebsd-14.2/contrib/ofed/opensm/include/complib/
H A Dcl_thread.h137 void cl_thread_construct(IN cl_thread_t * const p_thread);
166 cl_thread_init(IN cl_thread_t * const p_thread,
216 void cl_thread_destroy(IN cl_thread_t * const p_thread);
319 boolean_t cl_is_current_thread(IN const cl_thread_t * const p_thread);