diff options
author | Bryan Ward <bcw@cs.unc.edu> | 2012-08-07 11:03:31 -0400 |
---|---|---|
committer | Bryan Ward <bcw@cs.unc.edu> | 2012-08-07 11:03:31 -0400 |
commit | 3b0411a23c8bb91b5bc201f7df39e6e83e2b38b6 (patch) | |
tree | 0fb8e9e042bff2d2fd80a6d2e4c1ceebf65367cf /include/litmus.h | |
parent | ce2d8178b87891f49c3bf2def3d49aa7dad68ef2 (diff) |
DGL wrappers.
Diffstat (limited to 'include/litmus.h')
-rw-r--r-- | include/litmus.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/litmus.h b/include/litmus.h index 1943146..fd9c7e3 100644 --- a/include/litmus.h +++ b/include/litmus.h | |||
@@ -85,6 +85,9 @@ static inline int od_open(int fd, obj_type_t type, int obj_id) | |||
85 | int litmus_lock(int od); | 85 | int litmus_lock(int od); |
86 | int litmus_unlock(int od); | 86 | int litmus_unlock(int od); |
87 | 87 | ||
88 | int dynamic_group_lock(int mask); | ||
89 | int dynamic_group_unlock(int mask); | ||
90 | |||
88 | /* job control*/ | 91 | /* job control*/ |
89 | int get_job_no(unsigned int* job_no); | 92 | int get_job_no(unsigned int* job_no); |
90 | int wait_for_job_release(unsigned int job_no); | 93 | int wait_for_job_release(unsigned int job_no); |