OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsInUse
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/bionic/
pthread_key.cpp
107
if (!
IsInUse
(key)) {
123
bool
IsInUse
(pthread_key_t key) {
143
if (
IsInUse
(key)) {
208
if (!IsValidUserKey(key) || !tls_map.
IsInUse
(key)) {
248
if (!IsValidUserKey(key) || !tls_map.
IsInUse
(key)) {
/external/chromium_org/webkit/browser/blob/
blob_storage_context.cc
100
DCHECK(
IsInUse
(uuid));
102
if (!
IsInUse
(uuid) || IsUrlRegistered(blob_url))
118
DCHECK(!
IsInUse
(uuid) && !uuid.empty());
310
bool BlobStorageContext::
IsInUse
(const std::string& uuid) {
/external/chromium_org/v8/src/
isolate.h
471
bool
IsInUse
() { return entry_stack_ != NULL; }
[
all
...]
/external/v8/src/
isolate.h
460
bool
IsInUse
() { return entry_stack_ != NULL; }
[
all
...]
Completed in 50 milliseconds