Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/complib/
H A Dcl_thread.c52 cl_thread_t *p_thread = (cl_thread_t *) arg; in __cl_thread_wrapper() local
54 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()
62 void cl_thread_construct(IN cl_thread_t * const p_thread) in cl_thread_construct() argument
64 CL_ASSERT(p_thread); in cl_thread_construct()
66 p_thread->osd.state = CL_UNINITIALIZED; in cl_thread_construct()
69 cl_status_t cl_thread_init(IN cl_thread_t * const p_thread, in cl_thread_init() argument
76 CL_ASSERT(p_thread); in cl_thread_init()
78 cl_thread_construct(p_thread); in cl_thread_init()
[all …]
/freebsd/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);