OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsInUse
(Results
1 - 13
of
13
) 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_host.cc
34
if (!context_.get() || uuid.empty() || context_->
IsInUse
(uuid))
66
if (!context_.get() || !context_->
IsInUse
(uuid) ||
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) {
blob_storage_context.h
97
bool
IsInUse
(const std::string& uuid);
/external/chromium_org/v8/src/
sampler.cc
306
if (isolate == NULL || !isolate->IsInitialized() || !isolate->
IsInUse
()) {
isolate.h
471
bool
IsInUse
() { return entry_stack_ != NULL; }
[
all
...]
api.cc
[
all
...]
/external/v8/src/
platform-solaris.cc
674
if (isolate == NULL || !isolate->IsInitialized() || !isolate->
IsInUse
()) {
isolate.h
460
bool
IsInUse
() { return entry_stack_ != NULL; }
[
all
...]
platform-freebsd.cc
682
if (isolate == NULL || !isolate->IsInitialized() || !isolate->
IsInUse
()) {
platform-linux.cc
1027
if (isolate == NULL || !isolate->IsInitialized() || !isolate->
IsInUse
()) {
[
all
...]
platform-openbsd.cc
735
if (isolate == NULL || !isolate->IsInitialized() || !isolate->
IsInUse
()) {
api.cc
[
all
...]
Completed in 79 milliseconds