HomeSort by: relevance | last modified time | path
    Searched defs:LSIGNAL (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/
condition.c 30 #define LSIGNAL 0
48 cond->events[LSIGNAL] = h;
87 newthread->handle[LSIGNAL] = gblcond->events[LSIGNAL];
135 if (!SetEvent(cond->events[LSIGNAL])) {
180 (void)CloseHandle(cond->events[LSIGNAL]);
  /src/external/bsd/less/dist/
less.h 542 #define LSIGNAL(sig,func) os9_signal(sig,func)
544 #define LSIGNAL(sig,func) signal(sig,func)

Completed in 17 milliseconds