MCPcopy Create free account
hub / github.com/apache/brpc / pthread_fd_wait

Function pthread_fd_wait

src/bthread/fd.cpp:435–438  ·  view source on GitHub ↗

For pthreads.

Source from the content-addressed store, hash-verified

433
434// For pthreads.
435int pthread_fd_wait(int fd, unsigned events,
436 const timespec* abstime) {
437 return butil::pthread_fd_wait(fd, events, abstime);
438}
439
440} // namespace bthread
441

Callers 2

bthread_fd_waitFunction · 0.70
bthread_fd_timedwaitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected