OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gl_recursive_lock_t
(Results
1 - 2
of
2
) sorted by null
/external/bison/lib/glthread/
lock.h
56
Type:
gl_recursive_lock_t
269
/* ---------------------
gl_recursive_lock_t
datatype --------------------- */
275
typedef pthread_mutex_t
gl_recursive_lock_t
;
typedef
295
extern int glthread_recursive_lock_init_multithreaded (
gl_recursive_lock_t
*lock);
305
gl_recursive_lock_t
;
typedef in typeref:struct:__anon11
307
STORAGECLASS
gl_recursive_lock_t
NAME;
309
STORAGECLASS
gl_recursive_lock_t
NAME = gl_recursive_lock_initializer;
320
extern int glthread_recursive_lock_init_multithreaded (
gl_recursive_lock_t
*lock);
321
extern int glthread_recursive_lock_lock_multithreaded (
gl_recursive_lock_t
*lock);
322
extern int glthread_recursive_lock_unlock_multithreaded (
gl_recursive_lock_t
*lock)
338
gl_recursive_lock_t
;
typedef in typeref:struct:__anon12
451
typedef pth_mutex_t
gl_recursive_lock_t
;
typedef
571
gl_recursive_lock_t
;
typedef in typeref:struct:__anon13
723
gl_recursive_lock_t
;
typedef in typeref:struct:__anon19
793
typedef int
gl_recursive_lock_t
;
typedef
[
all
...]
lock.c
277
/* ---------------------
gl_recursive_lock_t
datatype --------------------- */
284
glthread_recursive_lock_init_multithreaded (
gl_recursive_lock_t
*lock)
313
glthread_recursive_lock_init_multithreaded (
gl_recursive_lock_t
*lock)
341
glthread_recursive_lock_lock_multithreaded (
gl_recursive_lock_t
*lock)
367
glthread_recursive_lock_unlock_multithreaded (
gl_recursive_lock_t
*lock)
375
glthread_recursive_lock_destroy_multithreaded (
gl_recursive_lock_t
*lock)
393
glthread_recursive_lock_init_multithreaded (
gl_recursive_lock_t
*lock)
406
glthread_recursive_lock_lock_multithreaded (
gl_recursive_lock_t
*lock)
427
glthread_recursive_lock_unlock_multithreaded (
gl_recursive_lock_t
*lock)
443
glthread_recursive_lock_destroy_multithreaded (
gl_recursive_lock_t
*lock
[
all
...]
Completed in 35 milliseconds