picl_wait - wait for PICL tree to refresh
cc [ flag... ] file... -lpicl [ library... ] #include <picl.h> int picl_wait(int to_secs);
The picl_wait() function blocks the calling thread until the PICL tree is refreshed. The to_secs argument specifies the timeout for the call in number of seconds. A value of -1 for to_secs specifies no timeout.
The picl_wait() function returns 0 to indicate that PICL tree has refreshed. Otherwise, a non-negative integer is returned to indicate error.
PICL_NOTINITIALIZED
PICL_NORESPONSE
PICL_TIMEDOUT
PICL_FAILURE
See attributes(5) for descriptions of the following attributes:
|
attributes(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |