source: anotherchoice/tags/jsp-1.4.4-full-UTF8/systask/linux_sigio.cfg@ 363

Last change on this file since 363 was 363, checked in by ykominami, 5 years ago

add tags/jsp-1.4.4-full-UTF8

  • Property svn:executable set to *
File size: 504 bytes
Line 
1/*
2 * @(#) $Id: linux_sigio.cfg,v 1.2 2003/01/06 10:45:17 hiro Exp $
3 */
4
5/*
6 * Linux用 ノンブロッキングI/O サポートモジュールの
7 * コンフィギュレーションファイル
8 */
9
10INCLUDE("\"linux_sigio.h\"");
11ATT_INI({ TA_HLNG, 0, linux_sigio_initialize });
12CRE_SEM(SEM_LINUX_SIGIO, { TA_TPRI, 1, 1 });
13CRE_TSK(TSK_LINUX_SIGIO, { TA_HLNG|TA_ACT, 0, linux_sigio_task,
14 LINUX_SIGIO_PRIORITY, LINUX_SIGIO_STACK_SIZE, NULL });
15DEF_INH(INHNO_SIGIO, { TA_HLNG, linux_sigio_handler });
Note: See TracBrowser for help on using the repository browser.