Home
last modified time | relevance | path

Searched refs:QueueIsEmpty (Results 1 – 3 of 3) sorted by relevance

/third_party/quickjs/
Dmessage_server.h32 int QueueIsEmpty(int client);
Dmessage_server.cpp68 int QueueIsEmpty(int client) in QueueIsEmpty() function
Ddebugger.c96 while (QueueIsEmpty(debuggerInfo->client)) { in DBG_ReadMsg()
974 if (QueueIsEmpty(debuggerInfo->client) == 0) { in DBG_CallDebugger()