HomeSort by: relevance | last modified time | path
    Searched refs:sem_timedwait (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
semaphore.d 183 int sem_timedwait(sem_t*, const scope timespec*);
188 int sem_timedwait(sem_t*, const scope timespec*);
192 int sem_timedwait(sem_t*, const scope timespec*);
196 int sem_timedwait(sem_t*, const scope timespec*);
200 int sem_timedwait(sem_t*, const scope timespec*);
204 int sem_timedwait(sem_t*, const scope timespec*);
208 int sem_timedwait(sem_t*, const scope timespec*);
212 int sem_timedwait(sem_t*, const scope timespec*);
216 int sem_timedwait(sem_t*, const scope timespec*);
220 int sem_timedwait(sem_t*, const scope timespec*)
    [all...]
  /src/include/
semaphore.h 51 int sem_timedwait(sem_t *, const struct timespec * __restrict);
  /src/lib/librt/
Makefile 28 MLINKS+= sem_wait.3 sem_timedwait.3
sem.c 81 #define sem_timedwait _librt_sem_timedwait macro
150 __weak_alias(sem_timedwait,_librt_sem_timedwait)
382 sem_timedwait(sem_t *sem, const struct timespec * __restrict abstime) function
  /src/tests/lib/semaphore/
sem.c 209 atf_tc_set_md_var(tc, "descr", "tests sem_timedwait can handle blocking"
227 ATF_REQUIRE_ERRNO(ETIMEDOUT, sem_timedwait(&semid, &tp) == -1);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
semaphore_base.h 133 if (auto __err = sem_timedwait(&_M_semaphore, &__ts))
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
semaphore_base.h 133 if (auto __err = sem_timedwait(&_M_semaphore, &__ts))
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sync/
semaphore.d 264 if ( !sem_timedwait( &m_hndl, &t ) )
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
osunixxf.c 929 * sem_timedwait is not available or does not work properly.
953 * The interface to sem_timedwait is an absolute time, so we need to
973 while (((RetVal = sem_timedwait (Sem, &Time)) == -1) && (errno == EINTR))
983 perror ("sem_timedwait");
  /src/external/bsd/ntp/dist/libntp/
work_thread.c 152 msyslog(LOG_ERR, "worker_sleep: sem_timedwait: %m");
842 rc = sem_timedwait(sem, timeout);
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure     [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure     [all...]

Completed in 49 milliseconds