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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dposix_sem.h77 #define PSEM_INDELETE 0x80 macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dposix_sem.c116 #define PSEM_INDELETE 0x80 macro
445 if (pinfo->psem_flags & PSEM_INDELETE) {
508 if( pinfo->psem_flags & PSEM_INDELETE) {
729 if ( (pinfo->psem_flags & PSEM_INDELETE) ) {
738 pinfo->psem_flags |= PSEM_INDELETE;

Completed in 25 milliseconds