Home
last modified time | relevance | path

Searched refs:benaphore_t (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_beos.h12 } benaphore_t; typedef
14 static status_t benaphore_create( const char *name, benaphore_t *ben );
15 static status_t benaphore_destroy( benaphore_t *ben );
16 static status_t benaphore_lock( benaphore_t *ben );
17 static status_t benaphore_timedlock( benaphore_t *ben, bigtime_t micros );
18 static status_t benaphore_unlock( benaphore_t *ben );
20 static status_t benaphore_create( const char *name, benaphore_t *ben ) in benaphore_create()
36 static status_t benaphore_destroy( benaphore_t *ben ) in benaphore_destroy()
51 static status_t benaphore_lock( benaphore_t *ben ) in benaphore_lock()
62 static status_t benaphore_timedlock( benaphore_t *ben, bigtime_t micros ) in benaphore_timedlock()
[all …]