Searched refs:sem_post (Results 51 - 60 of 60) sorted by relevance

123

/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp845 sem_post(&args->m_semaphore);
1406 sem_post(&args->m_semaphore);
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp3639 // test75: TN. Test for sem_post, sem_wait, sem_trywait. {{{1
3646 sem_post(&sem[0]);
3647 sem_post(&sem[1]);
7742 sem_post(&SEM);
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c2285 sem_post(pSem);
2379 if ( sem_post(pSem)==-1 ) {
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.stderr.exp630 Syscall param sem_post(sem) contains uninitialised byte(s)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_if.c3447 sem_post(&cpi->h_event_end_lpf); /* signal that we have set filter_level */
4634 sem_post(&cpi->h_event_start_lpf);
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c3300 sem_post(&cpi->h_event_end_lpf); /* signal that we have set filter_level */
4423 sem_post(&cpi->h_event_start_lpf);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c1382 PRE(sem_post)
1384 PRINT("sem_post( %#lx )", ARG1);
1385 PRE_REG_READ1(int, "sem_post", vki_sem_t *, sem);
8273 MACX_(__NR_sem_post, sem_post),
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c26426 sem_post(pSem);
26520 if ( sem_post(pSem)==-1 ) {
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c26731 sem_post(pSem);
26824 if ( sem_post(pSem)==-1 ) {
[all...]
/external/sqlite/dist/
H A Dsqlite3.c26749 sem_post(pSem);
26842 if ( sem_post(pSem)==-1 ) {
[all...]

Completed in 1838 milliseconds

123