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
57fe05f95cf9966743b3f4121438d1494d958cac
1.0.0
master
v1.0.0
57fe05f95cf9966743b3f4121438d1494d958cac
libtrevent
src
Name
Last Update
Last Commit
57fe05f9
– Change function signature to void*
History
..
.gitignore
11 years ago
initial checkin
Makefile.am
10 years ago
Revert "first try for a threaded event dispatcher, but this is not correctly working right now."
event.c
10 years ago
Revert "more thread syncs."
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
11 years ago
signal handling
event_dispatcher_shutdown.c
11 years ago
update copyright information
event_dispatcher_start.c
10 years ago
don't use TR_queueEmpty anymore.
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
10 years ago
Revert "first try for a threaded event dispatcher, but this is not correctly working right now."
event_handler_issue_event.c
10 years ago
Revert "first try for a threaded event dispatcher, but this is not correctly working right now."
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.