OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:semaphore_destroy
(Results
1 - 7
of
7
) sorted by null
/external/valgrind/main/drd/
drd_semaphore.h
43
void DRD_(
semaphore_destroy
)(const Addr semaphore);
drd_semaphore.c
218
void DRD_(
semaphore_destroy
)(const Addr semaphore)
function
drd_clientreq.c
434
DRD_(
semaphore_destroy
)(arg[1]);
/external/libvpx/libvpx/vp8/common/
threading.h
167
#define sem_destroy(sem)
semaphore_destroy
(mach_task_self(),*sem)
/external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-darwin.h
520
DECL_TEMPLATE(darwin,
semaphore_destroy
);
syswrap-darwin.c
[
all
...]
/external/v8/src/
platform-macos.cc
699
semaphore_destroy
(mach_task_self(), semaphore_);
Completed in 1247 milliseconds