Searched refs:PT_TRYLOCK_SUCCESS (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_pth.h184 #define PT_TRYLOCK_SUCCESS 1 macro
187 #define PT_TRYLOCK_SUCCESS 0 macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptsynch.c1050 if (rv == PT_TRYLOCK_SUCCESS)
1057 return (PT_TRYLOCK_SUCCESS == rv) ? PR_SUCCESS : PR_FAILURE;

Completed in 62 milliseconds