Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dsemaphorendk.cpp48 sem_t semp = {PARAM_0}; in SemGetvalue() local
49 int ret = sem_getvalue(&semp, &first); in SemGetvalue()
50 sem_destroy(&semp); in SemGetvalue()
123 sem_t semp = {PARAM_0}; in SemDestroy() local
124 sem_init(&semp, PARAM_0, ONEVAL); in SemDestroy()
125 int sem = sem_destroy(&semp); in SemDestroy()
157 sem_t semp = {PARAM_0}; in SemWait() local
158 sem_init(&semp, PARAM_0, first); in SemWait()
159 int sem = sem_wait(&semp); in SemWait()
160 sem_destroy(&semp); in SemWait()
173 sem_t semp = {PARAM_0}; SemTrywait() local
189 sem_t semp = {PARAM_0}; SemTimedwait() local
[all...]

Completed in 1 milliseconds