Home | History | Annotate | Download | only in app

Lines Matching refs:THE

2 // Copyright 2005 The Android Open Source Project
6 // These are meant for IPC, not thread management. The Mutex and Condition
13 #error DO NOT USE THIS FILE IN THE DEVICE BUILD
23 * The "key" is usually the process ID of the process that created the
24 * semaphore (following POSIX semantics). See the comments in shmem.h.
32 * Create a new semaphore, with the specified initial value. The
33 * value indicates the number of resources available.
43 * Acquire or release the semaphore.