Home
last modified time | relevance | path

Searched defs:perl_cond (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/os2/
H A Dos2thread.h9 typedef unsigned long perl_cond; typedef
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32thread.h6 typedef struct win32_cond { LONG waiters; HANDLE sem; } perl_cond; typedef
/openbsd-src/gnu/usr.bin/perl/
H A Dperl.h3743 typedef condition_t perl_cond; global() typedef
3749 typedef pthread_cond_t perl_cond; global() typedef