Conditional variables will not be stored in memory?

when watching Modern operating system, there are the following:

conditional variables (unlike semaphores) will not exist in memory . If you send a semaphore to a semaphore that no thread is waiting for, the signal will be lost

I would like to ask you, does not exist in memory , can you explain this sentence in detail? thank you. Many of them have not been introduced in this respect

.

you can refer to this article: https://www.cnblogs.com/catch.

to put it simply, when a wait is called, the signal called before it will not take effect on the wait call, because these condition variables will not be saved by the system.

that is, the condition variable specified when calling signal is discarded after the call, and the system will not save it.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b30857-40d61.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b30857-40d61.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?