HomeSort by relevance Sort by last modified time
    Searched defs:IsInUse (Results 1 - 3 of 3) 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/storage/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 510 bool IsInUse() { return entry_stack_ != NULL; }
    [all...]

Completed in 76 milliseconds