/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
gthr-posix.h | 365 /* Backend initialization functions */ 401 /* Backend thread functions */ 539 /* Backend mutex functions */ 547 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 549 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 551 objc_free (mutex->backend); 552 mutex->backend = NULL; 575 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 581 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 584 objc_free (mutex->backend); [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
gthr-default.h | 365 /* Backend initialization functions */ 401 /* Backend thread functions */ 539 /* Backend mutex functions */ 547 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 549 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 551 objc_free (mutex->backend); 552 mutex->backend = NULL; 575 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 581 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 584 objc_free (mutex->backend); [all...] |
gthr-posix.h | 365 /* Backend initialization functions */ 401 /* Backend thread functions */ 539 /* Backend mutex functions */ 547 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 549 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 551 objc_free (mutex->backend); 552 mutex->backend = NULL; 575 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 581 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 584 objc_free (mutex->backend); [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
gthr-default.h | 365 /* Backend initialization functions */ 401 /* Backend thread functions */ 539 /* Backend mutex functions */ 547 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 549 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 551 objc_free (mutex->backend); 552 mutex->backend = NULL; 575 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 581 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 584 objc_free (mutex->backend); [all...] |
gthr-posix.h | 365 /* Backend initialization functions */ 401 /* Backend thread functions */ 539 /* Backend mutex functions */ 547 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 549 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 551 objc_free (mutex->backend); 552 mutex->backend = NULL; 575 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 581 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 584 objc_free (mutex->backend); [all...] |
/external/chromium/net/http/ |
http_cache.cc | 87 disk_cache::Backend** backend, 91 thread_, net_log, backend, callback); 113 // open cache entries or the backend itself. 115 PendingOp() : disk_entry(NULL), backend(NULL), writer(NULL), callback(NULL) {} 119 disk_cache::Backend* backend; member in struct:net::HttpCache::PendingOp 135 // A work item encapsulates a single request to the backend with all the 143 CompletionCallback* cb, disk_cache::Backend** backend) 1116 disk_cache::Backend* backend = pending_op->backend; local [all...] |
/development/sdk_overlay/frameworks/base/packages/SettingsProvider/res/values/ |
defaults.xml | 20 <!-- The SDK builds do not talk to a remote backend, and enabling by
|
/external/chromium/chrome/browser/history/ |
in_memory_history_backend.h | 5 // Contains the history backend wrapper around the in-memory URL database. This 11 // from the "regular" history backend and keeps itself in sync. 44 // Initializes the backend from the history database pointed to by the 61 // Returns the underlying database associated with this backend. The current
|
/external/collada/include/dae/ |
daeStandardURIResolver.h | 18 * the default XML backend resolver.
|
/external/elfutils/libebl/ |
alpha_destr.c | 1 /* Destructor for Alpha specific backend library.
|
arm_destr.c | 1 /* Destructor for Arm specific backend library.
|
i386_destr.c | 1 /* Destructor for i386 specific backend library.
|
ia64_destr.c | 1 /* Destructor for IA-64 specific backend library.
|
libeblP.h | 22 /* Type of the initialization functions in the backend modules. */
|
mips_destr.c | 1 /* Destructor for MIPS specific backend library.
|
ppc64_destr.c | 1 /* Destructor for PPC64 specific backend library.
|
ppc_destr.c | 1 /* Destructor for PPC specific backend library.
|
sh_destr.c | 1 /* Destructor for SH specific backend library.
|
sparc_destr.c | 1 /* Destructor for SPARC specific backend library.
|
x86_64_destr.c | 1 /* Destructor for x86_64 specific backend library.
|
/external/llvm/lib/Target/CBackend/TargetInfo/ |
CBackendTargetInfo.cpp | 18 RegisterTarget<> X(TheCBackendTarget, "c", "C backend");
|
/external/qemu/android/ |
audio-test.h | 17 * used to test that the audio backend works without having to boot
|
/external/webkit/Source/WebCore/storage/ |
IDBCursor.cpp | 42 PassRefPtr<IDBCursor> IDBCursor::create(PassRefPtr<IDBCursorBackendInterface> backend, IDBRequest* request, IDBAny* source, IDBTransaction* transaction) 44 return adoptRef(new IDBCursor(backend, request, source, transaction)); 47 IDBCursor::IDBCursor(PassRefPtr<IDBCursorBackendInterface> backend, IDBRequest* request, IDBAny* source, IDBTransaction* transaction) 48 : m_backend(backend)
|
/external/iptables/extensions/ |
libxt_NFLOG.man | 3 logging backend to log the packet. This is usually used in combination 4 with nfnetlink_log as logging backend, which will multicast the packet
|
/external/llvm/lib/Target/CBackend/ |
CTargetMachine.h | 1 //===-- CTargetMachine.h - TargetMachine for the C backend ------*- C++ -*-===// 10 // This file declares the TargetMachine that is used by the C backend.
|