Searched defs:EQ_OWNER (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c1962 #define EQ_OWNER(X,Y) ((X) == (Y)) macro
1971 #define EQ_OWNER(X,Y) pthread_equal(X, Y) macro

Completed in 52 milliseconds