next | prev


hello.o: init_module

init_module is responsible for checking that the required resources are available, and registering the module and its functions with the kernel.

int init_module(void) { return pthread_create (&thread, NULL, say_hello, 0); }


EURO-TOUR 2000

next | prev