HomeSort by relevance Sort by last modified time
    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 98 DCHECK(!IsInUse(uuid) && !uuid.empty());
211 DCHECK(IsInUse(uuid));
307 bool BlobStorageContext::IsInUse(const std::string& uuid) {
  /external/v8/src/
isolate.h 460 bool IsInUse() { return entry_stack_ != NULL; }
    [all...]
  /external/chromium_org/v8/src/
isolate.h 491 bool IsInUse() { return entry_stack_ != NULL; }
    [all...]

Completed in 138 milliseconds