Toggle navigation
Sign in
taskrambler
/
libtrevent
·
Files
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Find File
Download zip
Select Archive Format
Download zip
Download tar.gz
Download tar.bz2
Download tar
64d1eb9cee9da7636d1edb5b0b19ca0d418dbfde
1.0.0
master
v1.0.0
64d1eb9cee9da7636d1edb5b0b19ca0d418dbfde
libtrevent
src
Name
Last Update
Last Commit
64d1eb9c
– Fix while loop abort condition
History
..
.gitignore
11 years ago
initial checkin
Makefile.am
9 years ago
Remove -DREENTRANT because it's not needed right now
event.c
9 years ago
Modifications for usage of new queue code.
event_dispatcher.c
10 years ago
Revert "first try for a threaded event dispatcher, but this is not correctly working right now."
event_dispatcher_get_data_wait_time.c
10 years ago
Use general purpose timer from trbase and drop events when they are not handled at all
event_dispatcher_register_handler.c
9 years ago
Modifications for usage of new queue code.
event_dispatcher_shutdown.c
11 years ago
update copyright information
event_dispatcher_start.c
9 years ago
Fix while loop abort condition
event_handler.c
10 years ago
The base event handler does not handle any event by itself, because of that the …
event_handler_class_cleanup.c
10 years ago
The base event handler does not handle any event by itself, because of that the …
event_handler_handle_event.c
9 years ago
Modifications for usage of new queue code.
event_handler_issue_event.c
9 years ago
Modifications for usage of new queue code.
event_handler_set_dispatcher.c
11 years ago
update copyright information
event_subject.c
10 years ago
Revert "more thread syncs."
event_subject_emit.c
10 years ago
Revert "more thread syncs."
event_subject_id.c
11 years ago
update copyright information
get_event_string.c
11 years ago
Add abitility to get a string representation of an event. Used as DEBUG logging of event.