Searched refs:writeList (Results 1 - 16 of 16) sorted by relevance
/kernel/liteos_a/kernel/base/ipc/ |
H A D | los_rwlock.c | 69 LOS_ListInit(&(rwlock->writeList));
in LOS_RwlockInit() 139 if (OsRwlockPriCompare(runTask, &(rwlock->writeList))) {
in OsRwlockRdPendOp() 206 LOS_DL_LIST *node = OsSchedLockPendFindPos(runTask, &(rwlock->writeList));
in OsRwlockWrPendOp() 239 if ((rwlock->rwCount >= 0) && !OsRwlockPriCompare(runTask, &(rwlock->writeList))) {
in OsRwlockTryRdUnsafe() 342 STATIC UINT32 OsRwlockGetMode(LOS_DL_LIST *readList, LOS_DL_LIST *writeList)
in OsRwlockGetMode() argument 345 BOOL isWriteEmpty = LOS_ListEmpty(writeList);
in OsRwlockGetMode() 356 LosTaskCB *pendedWriteTask = OS_TCB_FROM_PENDLIST(LOS_DL_LIST_FIRST(writeList));
in OsRwlockGetMode() 370 rwlockMode = OsRwlockGetMode(&(rwlock->readList), &(rwlock->writeList));
in OsRwlockPostOp() 376 resumedTask = OS_TCB_FROM_PENDLIST(LOS_DL_LIST_FIRST(&(rwlock->writeList)));
in OsRwlockPostOp() 392 LosTaskCB *pendedWriteTask = OS_TCB_FROM_PENDLIST(LOS_DL_LIST_FIRST(&(rwlock->writeList)));
in OsRwlockPostOp() [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | jsgenerator.py | 47 def writeList(self, l, name): member in JSOutputGenerator 85 self.writeList(sorted(self.features), 'features')
|
H A D | pygenerator.py | 40 def writeList(self, l, name): member in PyOutputGenerator 79 self.writeList(sorted(self.features), 'features')
|
H A D | rubygenerator.py | 48 def writeList(self, l, name): member in RubyOutputGenerator 93 self.writeList(sorted(self.features), 'features')
|
/kernel/liteos_a/kernel/include/ |
H A D | los_rwlock.h | 58 LOS_DL_LIST writeList; /**< Write waiting list */
member
|
/kernel/uniproton/src/core/ipc/include/ |
H A D | prt_queue_external.h | 60 struct TagListObject writeList; member
|
/kernel/uniproton/src/core/ipc/queue/ |
H A D | prt_queue.c | 187 if (OsQueuePendNeedProc(&queueCb->writeList)) { in PRT_QueueRead() 289 ret = OsInnerPend(&queueCb->writableCnt, &queueCb->writeList, timeOut); in PRT_QueueWrite()
|
H A D | prt_queue_del.c | 40 if (!ListEmpty(&queueCb->writeList) || !ListEmpty(&queueCb->readList)) { in PRT_QueueDelete()
|
H A D | prt_queue_init.c | 111 INIT_LIST_OBJECT(&queueCb->writeList); in OsQueueCreate()
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | 96881 function writeList(format, nodes, sourceFile, output) { global() function [all...] |
Completed in 204 milliseconds