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

/macosx-10.10/libpthread-105.1.4/kern/
H A Dkern_synch.c93 //#define __FAILEDUSERTEST__(s) do { panic(s); } while (0)
94 #define __FAILEDUSERTEST__(s) do { printf("PSYNCH: pid[%d]: %s\n", proc_pid(current_proc()), s); } while (0) macro
419 //__FAILEDUSERTEST__("psynch_mutexdrop_internal: FS mutex unlock sequence higher than the lowest one is queue\n");
438 __FAILEDUSERTEST__("_psynch_mutexdrop_internal: multiple preposts\n");
728 __FAILEDUSERTEST__("psynch_mutexwait(prepost): returning 0 lseq in mutexwait with no EBIT \n");
738 __FAILEDUSERTEST__("psynch_mutexwait: more than one prepost\n");
775 __FAILEDUSERTEST__("psynch_mutexwait: returning 0 lseq in mutexwait with no EBIT \n");
962 __FAILEDUSERTEST__("cvbroad: invalid L, U and S values\n");
1032 __FAILEDUSERTEST__("cvbroad: difference greater than maximum possible thread count\n");
1100 __FAILEDUSERTEST__("psync_cvwai
[all...]

Completed in 98 milliseconds