Home
last modified time | relevance | path

Searched refs:writeList (Results 1 - 16 of 16) sorted by relevance

/kernel/liteos_a/kernel/base/ipc/
H A Dlos_rwlock.c69 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 Djsgenerator.py47 def writeList(self, l, name): member in JSOutputGenerator
85 self.writeList(sorted(self.features), 'features')
H A Dpygenerator.py40 def writeList(self, l, name): member in PyOutputGenerator
79 self.writeList(sorted(self.features), 'features')
H A Drubygenerator.py48 def writeList(self, l, name): member in RubyOutputGenerator
93 self.writeList(sorted(self.features), 'features')
/kernel/liteos_a/kernel/include/
H A Dlos_rwlock.h58 LOS_DL_LIST writeList; /**< Write waiting list */ member
/kernel/uniproton/src/core/ipc/include/
H A Dprt_queue_external.h60 struct TagListObject writeList; member
/kernel/uniproton/src/core/ipc/queue/
H A Dprt_queue.c187 if (OsQueuePendNeedProc(&queueCb->writeList)) { in PRT_QueueRead()
289 ret = OsInnerPend(&queueCb->writableCnt, &queueCb->writeList, timeOut); in PRT_QueueWrite()
H A Dprt_queue_del.c40 if (!ListEmpty(&queueCb->writeList) || !ListEmpty(&queueCb->readList)) { in PRT_QueueDelete()
H A Dprt_queue_init.c111 INIT_LIST_OBJECT(&queueCb->writeList); in OsQueueCreate()
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
H A DtypingsInstaller.js[all...]
H A Dtsc.js96881 function writeList(format, nodes, sourceFile, output) { global() function
[all...]

Completed in 204 milliseconds