Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added public interfaces for better application integration. #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added public interfaces for better application integration. #33

wants to merge 1 commit into from

Conversation

apohl79
Copy link

@apohl79 apohl79 commented Oct 24, 2014

lthread_renice() - To allow for thread switching control from
application code.

lthread_is_lthread_context() - When working in different thread
contexts it can be necessary to have a way to detect if the current
thread is running an lthread scheduler without knowing details about
lthread internals.

lthread_is_eventfd() - This is needed on CentOS 6 to detect the
lthread event file descriptors from application code.

lthread_renice() - To allow for thread switching control from
  application code.

lthread_is_lthread_context() - When working in different thread
  contexts it can be necessary to have a way to detect if the current
  thread is running an lthread scheduler without knowing details about
  lthread internals.

lthread_is_eventfd() - This is needed on CentOS 6 to detect the
  lthread event file descriptors from application code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant