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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dipc_sync.c56 *semaphorep = SEMAPHORE_NULL;
63 *semaphorep = SEMAPHORE_NULL;
71 *semaphorep = SEMAPHORE_NULL;
76 assert(semaphore != SEMAPHORE_NULL);
87 semaphore_t semaphore = SEMAPHORE_NULL;
107 if (semaphore != SEMAPHORE_NULL)
H A Dsync_sema.c147 semaphore_t s = SEMAPHORE_NULL;
152 *new_semaphore = SEMAPHORE_NULL;
158 if (s == SEMAPHORE_NULL) {
159 *new_semaphore = SEMAPHORE_NULL;
174 *new_semaphore = SEMAPHORE_NULL;
218 if (task == TASK_NULL || semaphore == SEMAPHORE_NULL)
368 if (semaphore == SEMAPHORE_NULL)
436 if (semaphore == SEMAPHORE_NULL)
491 if (semaphore == SEMAPHORE_NULL)
569 assert(self->sth_waitsemaphore != SEMAPHORE_NULL);
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dflipc_types.h70 * Define SEMAPHORE_NULL (for now) and include mach_types.h instead
126 * Put definitions of semaphore_t and SEMAPHORE_NULL back in; they aren't
154 #define SEMAPHORE_NULL (semaphore_port_t)0 macro
H A Dmach_types.h255 #define SEMAPHORE_NULL ((semaphore_t) 0) macro

Completed in 29 milliseconds