- now the mess with threads has gone away
- we have a class BaseThread -- this is a base class -- we can inherit from it when creating a new thread - others treads are correctly stopped (when signal comes) -- pthread_join - we have a special thread only for signals git-svn-id: svn://ttmath.org/publicrep/winix/trunk@685 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -10,19 +10,22 @@ main.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h ../core/thread.h
|
||||
main.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/request.h
|
||||
main.o: ../core/requesttypes.h ../core/session.h ../core/error.h
|
||||
main.o: ../core/user.h ../core/plugindata.h ../core/rebus.h
|
||||
main.o: ../templates/htmltextstream.h ../core/mounts.h ../core/mount.h
|
||||
main.o: ../core/mountparser.h ../core/users.h ../core/ugcontainer.h
|
||||
main.o: ../core/lastcontainer.h ../core/groups.h ../core/group.h
|
||||
main.o: ../core/loadavg.h ../core/sessionmanager.h ../core/sessioncontainer.h
|
||||
main.o: ../core/notify.h ../templatesnotify/templatesnotify.h
|
||||
main.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h
|
||||
main.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h
|
||||
main.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h ../core/mount.h
|
||||
main.o: ../core/config.h ../templates/misc.h ../templates/localefilter.h
|
||||
main.o: ../templates/locale.h ../core/confparser.h
|
||||
main.o: ../templates/htmltextstream.h ../functions/functions.h
|
||||
main.o: ../templates/htmltextstream.h ../templatesnotify/notify.h
|
||||
main.o: ../templatesnotify/notifypool.h ../templates/locale.h
|
||||
main.o: ../core/confparser.h ../templates/misc.h ../templates/localefilter.h
|
||||
main.o: ../templates/locale.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h
|
||||
main.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
|
||||
main.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h
|
||||
main.o: ../../ezc/src/stringconv.h ../templates/htmltextstream.h
|
||||
main.o: ../templatesnotify/notifythread.h ../core/basethread.h
|
||||
main.o: ../core/synchro.h ../templatesnotify/templatesnotify.h
|
||||
main.o: ../core/config.h ../core/users.h ../core/ugcontainer.h
|
||||
main.o: ../core/lastcontainer.h ../core/mounts.h ../core/mount.h
|
||||
main.o: ../core/mountparser.h ../core/users.h ../core/groups.h
|
||||
main.o: ../core/group.h ../core/loadavg.h ../core/sessionmanager.h
|
||||
main.o: ../core/sessioncontainer.h ../functions/functions.h
|
||||
main.o: ../functions/functionbase.h ../core/request.h ../core/system.h
|
||||
main.o: ../core/notify.h ../functions/functionparser.h ../functions/adduser.h
|
||||
main.o: ../functions/functionparser.h ../functions/adduser.h
|
||||
main.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h
|
||||
main.o: ../functions/chown.h ../functions/ckeditor.h ../functions/cp.h
|
||||
main.o: ../functions/createthread.h ../functions/default.h
|
||||
|
Reference in New Issue
Block a user