Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/complib/
H A Dcl_event.c144 status = CL_NOT_DONE; in cl_event_wait_on()
162 signaled ? CL_SUCCESS : CL_NOT_DONE); in cl_event_wait_on()
166 status = CL_NOT_DONE; in cl_event_wait_on()
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_types.h276 #define CL_NOT_DONE 10 macro