Searched refs:p_thread (Results 1 – 2 of 2) sorted by relevance
52 cl_thread_t *p_thread = (cl_thread_t *) arg; in __cl_thread_wrapper() local54 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() argument64 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() argument76 CL_ASSERT(p_thread); in cl_thread_init()78 cl_thread_construct(p_thread); in cl_thread_init()[all …]
137 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);