594 UIEXPORT void ui_condvar_wait(UiCondVar *var); |
594 UIEXPORT void ui_condvar_wait(UiCondVar *var); |
595 UIEXPORT void ui_condvar_signal(UiCondVar *var, void *data, int intdata); |
595 UIEXPORT void ui_condvar_signal(UiCondVar *var, void *data, int intdata); |
596 UIEXPORT void ui_condvar_destroy(UiCondVar *var); |
596 UIEXPORT void ui_condvar_destroy(UiCondVar *var); |
597 |
597 |
598 UIEXPORT void ui_setop_enable(int set); |
598 UIEXPORT void ui_setop_enable(int set); |
599 UIEXPORT void ui_get_setop(void); |
599 UIEXPORT int ui_get_setop(void); |
600 |
600 |
601 #ifdef __cplusplus |
601 #ifdef __cplusplus |
602 } |
602 } |
603 #endif |
603 #endif |
604 |
604 |