OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sem_destroy
(Results
76 - 100
of
290
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_cond_destroy.c
181
if (
sem_destroy
(&(cv->semBlockLock)) != 0)
185
if (
sem_destroy
(&(cv->semBlockQueue)) != 0)
ptw32_semwait.c
82
/* See
sem_destroy
.c
/external/valgrind/main/drd/
drd_clientreq.h
148
/* To notify the drd tool of a
sem_destroy
call. */
151
/* To notify the drd tool of a
sem_destroy
call. */
drd_semaphore.c
217
/** Called after
sem_destroy
(). */
225
DRD_(trace_msg)("[%d]
sem_destroy
0x%lx value %u",
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpulse-simple.so
libpulse-simple.so.0
libpulse-simple.so.0.0
libpulse-simple.so.0.0.1
libpthread-2.7.so
libpthread.so.0
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpulse-simple.so
libpulse-simple.so.0
libpulse-simple.so.0.0
libpulse-simple.so.0.0.1
libpthread-2.7.so
libpthread.so.0
/packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp
388
sem_destroy
(&sFormatSem);
427
if (
sem_destroy
(&sWriteSem))
[
all
...]
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so
/development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt
750
sem_destroy
/development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt
788
sem_destroy
/development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt
723
sem_destroy
/development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt
717
sem_destroy
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_data.c
223
sem_destroy
(&cmd_thread->cmd_sem);
Completed in 1106 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>