/AliOS-Things-master/kernel/rhino/ |
A D | k_spin_lock.c | 33 if ((lock->owner & KRHINO_SPINLOCK_MAGIC_MASK) != KRHINO_SPINLOCK_MAGIC_VAL) { in k_cpu_spin_lock() 34 lock->owner = KRHINO_SPINLOCK_FREE_VAL; in k_cpu_spin_lock() 40 cpu_atomic_compare_set(&lock->owner, KRHINO_SPINLOCK_FREE_VAL, &res); in k_cpu_spin_lock() 53 lock->owner = KRHINO_SPINLOCK_MAGIC_VAL | (recCnt << KRHINO_SPINLOCK_CNT_SHIFT) | in k_cpu_spin_lock() 66 lock->owner, cpu_cur_get()); in k_cpu_spin_lock() 95 if ((lock->owner & KRHINO_SPINLOCK_MAGIC_MASK) != KRHINO_SPINLOCK_MAGIC_VAL) { in k_cpu_spin_unlock() 97 lock, lock->owner); in k_cpu_spin_unlock() 102 cpu_atomic_compare_set(&lock->owner, in k_cpu_spin_unlock() 112 lock->owner = KRHINO_SPINLOCK_MAGIC_VAL | (recCnt << KRHINO_SPINLOCK_CNT_SHIFT) in k_cpu_spin_unlock() 121 res, lock->owner); in k_cpu_spin_unlock()
|
A D | k_mm.c | 81 firstblk->owner = 0; in init_mm_region() 105 lastblk->owner = MM_LAST_BLK_MAGIC; in init_mm_region() 232 nextblk->owner = 0; in krhino_init_mm_head() 312 nextblk->owner = 0; in krhino_add_mm_region() 490 new_b->owner = 0; in k_mm_alloc() 503 get_b->owner = 0; in k_mm_alloc() 559 free_b->owner = 0; in k_mm_free() 573 } else if (MM_LAST_BLK_MAGIC != next_b->owner) { in k_mm_free() 678 split_b->owner = 0; in k_mm_realloc() 716 split_b->owner = 0; in k_mm_realloc() [all …]
|
/AliOS-Things-master/components/SDL2/src/thread/generic/ |
A D | SDL_sysmutex.c | 32 SDL_threadID owner; member 48 mutex->owner = 0; in SDL_CreateMutex() 85 if (mutex->owner == this_thread) { in SDL_LockMutex() 93 mutex->owner = this_thread; in SDL_LockMutex() 116 if (mutex->owner == this_thread) { in SDL_TryLockMutex() 125 mutex->owner = this_thread; in SDL_TryLockMutex() 146 if (SDL_ThreadID() != mutex->owner) { in SDL_mutexV() 158 mutex->owner = 0; in SDL_mutexV()
|
/AliOS-Things-master/components/SDL2/src/thread/psp/ |
A D | SDL_sysmutex.c | 34 SDL_threadID owner; member 50 mutex->owner = 0; in SDL_CreateMutex() 87 if (mutex->owner == this_thread) { in SDL_mutexP() 95 mutex->owner = this_thread; in SDL_mutexP() 115 if (SDL_ThreadID() != mutex->owner) { in SDL_mutexV() 127 mutex->owner = 0; in SDL_mutexV()
|
/AliOS-Things-master/components/SDL2/src/thread/pthread/ |
A D | SDL_sysmutex.c | 38 pthread_t owner; member 93 if (mutex->owner == this_thread) { in SDL_LockMutex() 101 mutex->owner = this_thread; in SDL_LockMutex() 131 if (mutex->owner == this_thread) { in SDL_TryLockMutex() 140 mutex->owner = this_thread; in SDL_TryLockMutex() 170 if (pthread_self() == mutex->owner) { in SDL_UnlockMutex() 179 mutex->owner = 0; in SDL_UnlockMutex()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11clipboard.c | 108 Window owner; in X11_GetClipboardText() local 129 owner = X11_XGetSelectionOwner(display, XA_CLIPBOARD); in X11_GetClipboardText() 130 if (owner == None) { in X11_GetClipboardText() 132 owner = DefaultRootWindow(display); in X11_GetClipboardText() 135 } else if (owner == window) { in X11_GetClipboardText() 136 owner = DefaultRootWindow(display); in X11_GetClipboardText() 140 owner = window; in X11_GetClipboardText() 142 X11_XConvertSelection(display, XA_CLIPBOARD, format, selection, owner, in X11_GetClipboardText() 165 if (X11_XGetWindowProperty(display, owner, selection, 0, INT_MAX/4, False, in X11_GetClipboardText()
|
/AliOS-Things-master/components/amp/libjs/init/ |
A D | promise.js | 106 var owner = subscriber.owner; 107 var settled = owner.state_; 108 var value = owner.data_; 237 owner: this, property in Promise.then.subscriber
|
/AliOS-Things-master/kernel/rhino/include/ |
A D | k_spin_lock.h | 22 volatile uint32_t owner; /* cpu index of owner */ member 98 … s->owner = KRHINO_SPINLOCK_FREE_VAL; \
|
A D | k_mm.h | 153 size_t owner; member
|
/AliOS-Things-master/components/oss/src/model/ |
A D | ListBucketsResult.cc | 84 Owner owner(owner_ID, owner_DisplayName); in operator =() local 109 bucket.owner_ = owner; in operator =()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ocr/include/alibabacloud/ocr/model/ |
A D | RecognizeDrivingLicenseResult.h | 40 std::string owner; member
|
/AliOS-Things-master/components/amp/libjs/ |
A D | init.js | 1 …owner,e=n.state_,o=n.data_,r=t[e],i=t.then;if("function"==typeof r){e=c;try{o=r(o)}catch(t){b(i,t)… property in T.then.e
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/ |
A D | LICENSE.txt | 12 "Licensor" shall mean the copyright owner or entity authorized by 13 the copyright owner that is granting the License. 51 submitted to Licensor for inclusion in the Work by the copyright owner 53 the copyright owner. For the purposes of this definition, "submitted" 60 designated in writing by the copyright owner as "Not a Contribution." 189 Copyright {yyyy} {name of copyright owner}
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/ |
A D | LICENSE.txt | 12 "Licensor" shall mean the copyright owner or entity authorized by 13 the copyright owner that is granting the License. 51 submitted to Licensor for inclusion in the Work by the copyright owner 53 the copyright owner. For the purposes of this definition, "submitted" 60 designated in writing by the copyright owner as "Not a Contribution." 189 Copyright {yyyy} {name of copyright owner}
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/gemmlowp/ |
A D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution." 190 Copyright [yyyy] [name of copyright owner]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/ |
A D | LICENSE.txt | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution." 190 Copyright [yyyy] [name of copyright owner]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ |
A D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution." 190 Copyright [yyyy] [name of copyright owner]
|
/AliOS-Things-master/components/amp/ |
A D | LICENSE | 12 "Licensor" shall mean the copyright owner or entity authorized by 13 the copyright owner that is granting the License. 51 submitted to Licensor for inclusion in the Work by the copyright owner 53 the copyright owner. For the purposes of this definition, "submitted" 60 designated in writing by the copyright owner as "Not a Contribution." 189 Copyright {yyyy} {name of copyright owner}
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/ |
A D | LICENSE.txt | 12 "Licensor" shall mean the copyright owner or entity authorized by 13 the copyright owner that is granting the License. 51 submitted to Licensor for inclusion in the Work by the copyright owner 53 the copyright owner. For the purposes of this definition, "submitted" 60 designated in writing by the copyright owner as "Not a Contribution." 189 Copyright {yyyy} {name of copyright owner}
|
/AliOS-Things-master/components/mbedtls/ |
A D | apache-2.0.txt | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution." 190 Copyright [yyyy] [name of copyright owner]
|
/AliOS-Things-master/components/debug/src/ |
A D | debug_panic.c | 254 print_func(" 0x%-8x ", b->owner); in debug_print_block() 295 if (mm_list->owner != MM_LAST_BLK_MAGIC) { in debug_blk_damaged()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ocr/src/model/ |
A D | RecognizeDrivingLicenseResult.cc | 49 data_.faceResult.owner = faceResultNode["Owner"].asString(); in parse()
|
/AliOS-Things-master/components/SDL2/src/hidapi/udev/ |
A D | 99-hid.rules | 32 # set the group or user owner for specific devices (for example the plugdev
|
/AliOS-Things-master/components/oss/src/http/ |
A D | CurlHttpClient.cc | 204 CurlHttpClient *owner; member 365 if (state == nullptr || state->owner == nullptr) { in progressCallback() 369 CurlHttpClient *thiz = static_cast<CurlHttpClient *>(state->owner); in progressCallback()
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoaclipboard.m | 37 data->clipboard_count = [pasteboard declareTypes:[NSArray arrayWithObject:format] owner:nil];
|